May 6, 2002 #1 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
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
May 6, 2002 #2 jlsmithhartfiel Programmer Jan 7, 2002 336 US Not sure in VBScript, but in Javascript it's .disabled = true - only works in IE though I believe. Upvote 0 Downvote