change url from iframe to parent js code example
Example 1: iframe parent url
var url = (window.location != window.parent.location)
? document.referrer
: document.location.href;
Example 2: js pass variable from iframe to parent window
function zipPhoneCallback(zipphone) {
((console&&console.log)||alert)("zipphone = " + zipphone);
}