|
-
Jul 12th, 2001, 02:44 AM
#1
Thread Starter
Junior Member
Does object exists?
Hey,
Can I check a page if an object exists. For example I want to see if document.All(txtExample) exists, before I doe any changes with it.
Mark
-
Jul 12th, 2001, 06:42 AM
#2
Thread Starter
Junior Member
Never mind my question I found a solution already. In case someone is interessted. I did it as followed:
if (document.All(txtExample))
{
document.All(txtExample).value = strExample
}
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
|