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!

How do you change a class on a form object with vbscript.

Status
Not open for further replies.

ironhide1975

Programmer
Feb 25, 2003
451
US
Can someone give me an example or point me to an example of changing a form class using vbscript?

Thanks..

I would imagine it's something like this...

document.form1.class.value = "textboxrequired"


 
[tt]document.form1.className = "textboxrequired"[/tt]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top