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!

disable text boxes

Status
Not open for further replies.

stan8450

Programmer
May 3, 2002
16
CA
Can someone tell me how I disable a text box named txtFee on the load of a window in vbscript.

I tried .enabled = false etc

any help appreciated

thanx
 
Not sure in VBScript, but in Javascript it's .disabled = true - only works in IE though I believe.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top