javascript - Retrieve the complete URL from an iFrame -
possible duplicate:
how current location of iframe?
hi want complete url, , methods know full url of iframe, , want 'final' document.location.href,
how can it?
i don't care if php or js, i'm guessing experiments php it's not possible...
if want know currently are:
- client side - javascript - can use
alert(window.location)
. - server side - php -
.$_server["request_uri"]
or$_server['path_info']
depending on want.
Comments
Post a Comment