NorbertBehrens
Programmer
Hi,
I wrote a dll to retrieve data from a table of a web page. That works fine. But there are also tables protected by some Javescript code. The scriptcode get's the login/password and makes a "document.login_form.submit()". How could I emulate this behavior within my dll. To give GetHttpConnection() the login/password parameter doesn't work, because the page isn't direct protected. There shouldn't be any interaction.
Thanx, Norbert
I wrote a dll to retrieve data from a table of a web page. That works fine. But there are also tables protected by some Javescript code. The scriptcode get's the login/password and makes a "document.login_form.submit()". How could I emulate this behavior within my dll. To give GetHttpConnection() the login/password parameter doesn't work, because the page isn't direct protected. There shouldn't be any interaction.
Thanx, Norbert