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