Hi, I use HttpClient to retrieve a html page. And that
page has something like the following:
<script language="javascript">
<!--
function load_results() {
document.location.href = "http://www.google.com";
}
setTimeout("load_results()", 1000);
// --></script>
What I am interested is the redirected page, in this
case "http://www.google.com". I guess I could parse
the html file and figure out I should sleep for 1 sec
and load www.google.com. Is there a better way to do
that? Also from HttpClient side, is there a way to
simulate
the browser behavior as how browser runs javascript?
Song
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]