how to execute javascript in delphi?

Posted by radick on Stack Overflow See other posts from Stack Overflow or by radick
Published on 2010-03-27T18:20:00Z Indexed on 2010/03/27 18:23 UTC
Read the original article Hit count: 273

Filed under:
|
|

hi all

i am coding a small app ,in middle i struck at some point where i have to execute javascript to get my data ?

in my process ,i have to login to some url and then go to some page and have to get data from that . i done all this with indy idhttp ,i got all info except one column which needs javascript to get value ,then i itried to using twebbowser to make it work for me ,but how can i use cookies to enabled to webbrowser ?

i navigated browserto('http://mysite.com/login.php user and pass ') ,well its loged in and then i tried to access next link like ('http://mysite.com/link1/example.php')but it directing to login page :(

any help appreciated :)

© Stack Overflow or respective owner

Related posts about delphi

Related posts about JavaScript