PDA

View Full Version : Object doesn't support this property or method



ewinckers
05-07-2001, 05:49 AM
I have written a vbs script, that runs from a IE HTML window.
I have tested my script succesfully on a variety of Win98 and WindowsNT machines.
Now that I am 'giving' it to other users (Windows NT 4.0) they get the following error:

"Internet Explorer Script Error"
An error has occured in the script on this page
Error: Object doesn't support this property or method: 'TheForm.fName'

It is not possible to execute teh script.
I have checked my code, but there is no command like "TheForm.fName".
What causes this error and how can I solve it?

Any advice is welcome.

Eduard