|
-
January 14th, 2003, 11:42 AM
#1
Determining the validity of a JavaScript parameter
I have a web page that writes a text box to the screen depending on centetain paramters.
if(ok) printf("<input type="text" name="textbox">\n");else printf("Something else");
I then wish to do something IF "textbox" is displayed. I do not then know the state of "ok" so I wish to interrogate textbox to see if it exists.
I there any way to do this in JavaScript?
TIA
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|