Answers for "iframe get click url and send it to parent"

0

iframe parent url

var url = (window.location != window.parent.location)
            ? document.referrer
            : document.location.href;
Posted by: Guest on June-13-2020

Code answers related to "iframe get click url and send it to parent"

Code answers related to "Javascript"

Browse Popular Code Answers by Language