On Nov 20, 7:33*am, Mike Harrison <mjh...@yahoo.co.ukwrote:
Quote:
Hi, is it possible to do something like this using JavaScript?
>
My page should prompt the user for a 3rd party URL. It will then
validate this URL, request the page, analyse it and update the main
page with the results of the analysis.
>
I can load the 3rd party page into an iframe no problem, but I'm
unable to access the document source because it's come from a
different domain. This domain is out of my control.
>
Is there any way to do this using client side technology? I realise I
|
No. I think IE has a security setting to explicitly allow it, but it
will be hard to get your users to set it.
Quote:
|
could do this on the server and update the page using AJAX, but I
|
Or you could do it on the server and not update the page using AJAX.
See the W3C validator for an example.
Quote:
|
specifically need the client to request the page, not the server.
|
Why?
[snip]