¡@

Home 

javascript Programming Glossary: server2

Changing parent window's URL from IFrame

http://stackoverflow.com/questions/1860470/changing-parent-windows-url-from-iframe

myCallback foo alert foo script head body iframe src http server2 test2.htm width 400 height 150 iframe body html server2 test2.html.. server2 test2.htm width 400 height 150 iframe body html server2 test2.html html body script function clickit parent.document.location.. false function receiveMessage e if e.origin http server2 important for security if e.data.indexOf 'redirect ' 0 document.location..

JavaScript Same Origin Policy - How does it apply to different subdomains?

http://stackoverflow.com/questions/2543784/javascript-same-origin-policy-how-does-it-apply-to-different-subdomains

the following two domains http server1.MyDomain.com http server2.MyDomain.com Can I run JS on a page hosted on server1 if the.. a page hosted on server1 if the content is retreived from server2 edit according to Daniel's answer below I can include scripts.. asynchronous requests What if I download a script from server2 onto the page hosted on server1. Can I use the script to communicate..