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:
<CODE>
document.addoutage.btnsubmit.value='='
</CODE>
the value that it sends is empty (i.e. ""
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='='
</CODE>
the value that it sends is empty (i.e. ""
anyone have any thoughts?