How to change the url of a parent window from a pdf in a pop up.
hi,
i have flex application opens pdf in popup window using actionscript:
navigatetourl(myrequest,"_blank");
in pdf opens in pop want create link changes url of parent window (containing flex application).
the idea pdf in popup contain diagram of piece of equipment links various parts of equipment. clicking on link cause flash applicaiton display product details part (using deep linking).
i've tried using javascript action of form:
window.opener.location='somepage.htm'
but no success. appreciated.
thanks
More discussions in JavaScript
adobe
Comments
Post a Comment