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='='

the value that it sends is empty (i.e. "" rather than "=")

anyone have any thoughts?
 
It seems to work for me. Can you show any more of the code?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top