I am trying to consistently read a hidden Input field in a
Form located in a HTML that was opened with the
objExplorer.Navigate statement. Sometimes I can read the
field after the Submit button is clicked, sometimes I
can't and I get the error: "Object doesn't support this
property or method: 'myForm'"
Here is the VB script statement (external to the HTML
file):
Do While TRUE
strTemp = objDocument.myForm.bWaiting.value
If strTemp <> "TRUE" Then
Exit Do
End If
Loop
Help.......... Thanks in advance.
Russell-S
Russell-S