Execute script within a received page. (General questions)
I have a webpage that I should be able to GET , however the page implements some logic in JavaScript and uses this to see if JavaScript is enabled or not. If enabled then I get the real page (the one I want to have), if not then I get a page saying that JavaScript is not enabled (not realy what I want).
It it possible using the wodHTTPDlx component to GET this type of script enabled page (and have it execute the script)?
If so how? (using vb6)