Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

get top window url from iframe

var url = (window.location != window.parent.location)
            ? document.referrer
            : document.location.href;
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #top #window #url #iframe
ADD COMMENT
Topic
Name
8+8 =