Hi,
I can easily display the page source by simply calling
window.location = "view-source:http://www.example.com ";
but how can i store the source code into a variable which i can work with.
I don;t want to use ajax as i will get the cross domain problem.
Thanks
I can easily display the page source by simply calling
window.location = "view-source:http://www.example.com ";
but how can i store the source code into a variable which i can work with.
I don;t want to use ajax as i will get the cross domain problem.
Thanks
Comment