|
|
Subject:
enabling cross-browser scripting for online research tool
Category: Computers > Internet Asked by: websitedeveloper-ga List Price: $100.00 |
Posted:
14 Mar 2006 21:09 PST
Expires: 13 Apr 2006 22:09 PDT Question ID: 707444 |
I need a script that does cross-browser scripting (a.k.a. cross-site scripting or cross-page scripting or xss or screen scraping). This will enable my website users to do online research. In operation, my users will view a page from my website that includes a link for launching a child instance of their default browser. In the child browser window, the user will navigate to another website. Then the user will go back to the parent browser window (my web page) and click a submit button to send the entire HTML content of the web page in the child browser window back to my server. (Some people call this screen-scraping.) A few years ago you could do this with JavaScript but present-day browsers like IE 6 no longer allow this for security reasons. A so called "same-origin policy" has been added to modern browsers. http://www.mozilla.org/projects/security/components/same-origin.html Today, you can do cross-site scripting only if both parent and child browsers are at the same domain name. Here is an explanation of the security concerns that are causing my problem, http://en.wikipedia.org/wiki/Cross-site_scripting How can I work-around the same-origin policy with IE 6 and other modern web browsers without changing the browser's standard security settings so that my users can do the research outlined above? Proxy servers do not work because they are easily blocked by their IP address or other identifiers. Can it be done with a simple JavaScript or a plug-in? Please submit a script or example program that works. | |
| |
|
|
There is no answer at this time. |
|
There are no comments at this time. |
If you feel that you have found inappropriate content, please let us know by emailing us at answers-support@google.com with the question ID listed above. Thank you. |
Search Google Answers for |
Google Home - Answers FAQ - Terms of Service - Privacy Policy |