hey all
i have a jscript function i'm calling where I attempt to set the value of a button. the rest of the code in the function works, excluding this one line:
the value that it sends is empty (i.e. "" rather than "="
anyone have any thoughts?
i have a jscript function i'm calling where I attempt to set the value of a button. the rest of the code in the function works, excluding this one line:
Code:
document.addoutage.btnsubmit.value='='
the value that it sends is empty (i.e. "" rather than "="
anyone have any thoughts?