Forum Discussion

kevin_kapell's avatar
kevin_kapell
Frequent Contributor
9 years ago

JScript runtime error: is null or not an object

I am using the FindChild Method to find a name in a table on a WEB page. Sometimes the name will be there and sometimes it will not. When it is there everything is good. When the name does not exis...
  • tristaanogre's avatar
    9 years ago

    Where in the code are you getting the JScript error?  As it is, userexists.Exists should return a boolean false so you shouldn't get an error there so I'm curious as to what line is actually popping your error message.