hey all.
im looking for a way to send the popup behind the page that is behind the popup…
infoArea.learnMore_btn.onRelease = function():Void{
if(infoArea.lot_id_mc.lot_id.text != “”){
ExternalInterface.call(“learnmore”, theLot.learn_more_link);
//getURL(“javascript:window.parent.opener.location = '” + theLot.learn_more_link + “’;”);
}
}