/* */
explorer = .OLEObject~new("InternetExplorer.Application")
explorer~navigate2("http://rotterdam.digitalestamboom.nl/search.aspx")
do until explorer~ReadyState = 4
call SysSleep 1
end
doc = explorer~document
form = doc~getelementbyid("frmSearch")
/* Now I don't know how to change the Form */
/* I do know how to return the Form */
form~submit
Can anyone help me to change the Form,
or/and even better, point me to the proper docs.
Thanks
Wim Dirks
"Wim Dirks" <wim_...@wanadoo.nederland> wrote in message
news:41404113$0$46400$cd19...@news.wanadoo.nl...