Results 1 to 2 of 2

Thread: Does object exists?

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Jan 2001
    Location
    Belgium
    Posts
    30

    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

  2. #2

    Thread Starter
    Junior Member
    Join Date
    Jan 2001
    Location
    Belgium
    Posts
    30
    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
  •  



Click Here to Expand Forum to Full Width