Hello,
I need to write an application which should be able to download the content of a .html page. This .html page contains a lot of JS code, which uses some document.write and other stuff.
called in a browser, the page displays an image. i need the url of that image, but that url is printed out by javascript.
i need to execute that javascript in order to retrieve that url.
so how can i "render" a html page (execute JS) ?
thanks.



LinkBack URL
About LinkBacks



