ASP please help
ASP please help
Out of context: Reply #11
- Started
- Last post
- 11 Responses
- fugged0
you could try using the XMLHTTPRequest object.
Pass the URL to a javascript function that makes an XMLHHTPRequest to an ASP page with the URL as a query string. Then have that ASP page redirect to the URL. That should (?) return the HTML for the page, then just set the DIV's innerHTML to the response.
I dunno. Might work... Then again, maybe not.