E
e
What client side langauge are you using? Javascript enable/disable syntax
would be this:
myObject.disabled = true;
And I'm guessing vb scripting would be this:
myObject.enabled = false
Sounds like you're attempting "myObject.enabled = false" in javascript?
would be this:
myObject.disabled = true;
And I'm guessing vb scripting would be this:
myObject.enabled = false
Sounds like you're attempting "myObject.enabled = false" in javascript?