kevin wrote:
> i just wanted to download page. page has <script> tags. download page
> with result of this script. i've made it. but there is a problem. i
> can't do that from my subdomain. only on MY domain. how can i break
> it?
> 

You can't. This is a security limitation of browsers.

You can read about it on wikipedia:
http://en.wikipedia.org/wiki/Same_origin_policy

You can only create a proxy script on your domain and use it to fetch 
content of the page from your server. The server should then fetch the 
original page for you.

Best Regards,
SWilk

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Prototype & script.aculo.us" group.
To post to this group, send email to prototype-scriptaculous@googlegroups.com
To unsubscribe from this group, send email to 
prototype-scriptaculous+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to