Let me start this all over.
This is the code that does not bring up any errors when IE loads up.
Code:
; Fill in user name with admin
iWeb_getDomObj(pwb,"47")
iWeb_clickDomObj(pwb,"47")
iWeb_setDomObj(pwb,"47", "admin")
; Fill in password with test12
iWeb_getDomObj(pwb,"53")
iWeb_clickDomObj(pwb,"53")
iWeb_setDomObj(pwb,"53", "test12")
; Click submit
iWeb_getDomObj(pwb,"58")
iWeb_clickDomObj(pwb,"58")
iWeb_setDomObj(pwb,"58", "Submit")
iWeb_Init(), pwb := iWeb_newIE(), iWeb_Complete(pwb)
iWeb_nav(pwb,"http://10.0.0.39/winsort")
iWeb_Release(pwb), iWeb_Term()
But ie never loads the web page.
after a min. i get this error
COM error notification
Fuction name "document"
Error unspecified error
(0x80004005)
Prog:
Desc:
Help: ,o
Will continue yes will bring up
COM error Notification
Function Name: "ready state"
Error: The com object may not be a valid dispatch Object!
First ensure that COM library has been initialized through COM_Init()
hit yes and i go back to the 1st error and im trapped in a loop
Code:
iWeb_Init(), pwb := iWeb_getWin("Login Page")
iWeb_nav(pwb,"http://10.0.0.39/winsort")
iWeb_Release(pwb), iWeb_Term()
Does nothing after the browser you tried to navigate to
http://10.0.0.39/winsort with is not valid.