Client Side VB Script

Soldato
Joined
18 Oct 2002
Posts
4,925
Location
Yorkshire
having to do some work in client side vb script and i'm trying to work out how you check if a form element exists

e.g.

I've got a hidden field in a html form but this field is dynamically generated and might not exists. I need to check in the vbscript code to see if this hidden field is there or not.

At the moment when it doesn't exist i'm getting a "Object doesn't support this property or method..."

Any ideas on the syntax as theres not a great deal on the net :(
 
Back
Top Bottom