Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

attempting to set a button value, yet not happening

Status
Not open for further replies.

woohoo

Programmer
Jun 5, 2002
11
US
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. &quot;&quot;)

anyone have any thoughts?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top