winterheat
Mar 19th 2008, 8:32 am
:):confused:
Let's say if I do an iframe... is it possible to show the current location (current URL) of that iframe on the parent page if it has navigated outside of my domain? (that is... if i iframe and set the src to www.mywebsite.com, it seems that i can show the current URL of that iframe as long as the user is navigating within mywebsite.com. Once the user navigate outside of it, then i cannot show the iframe's current location using
document.getElementById("an_iframe").contentWindow.location
or document.getElementById("an_iframe").contentWindow.location.href
hm... that's a bit strange, because it is just a URL.... and if i navigate in the main browser window, the URL is always visible in the browser's address bar, so why is there any security issue about it?)
:confused::)
Let's say if I do an iframe... is it possible to show the current location (current URL) of that iframe on the parent page if it has navigated outside of my domain? (that is... if i iframe and set the src to www.mywebsite.com, it seems that i can show the current URL of that iframe as long as the user is navigating within mywebsite.com. Once the user navigate outside of it, then i cannot show the iframe's current location using
document.getElementById("an_iframe").contentWindow.location
or document.getElementById("an_iframe").contentWindow.location.href
hm... that's a bit strange, because it is just a URL.... and if i navigate in the main browser window, the URL is always visible in the browser's address bar, so why is there any security issue about it?)
:confused::)