Forum Moderators: open

Message Too Old, No Replies

Opening pdf in New Browser From Flash

IE changes original browser window to blank screen

         

knochadoo

4:28 pm on Jun 21, 2006 (gmt 0)

10+ Year Member



I am trying to open a pdf in a new browser but maintain the page from which it was launched in the original browser. It works fine in Safari but in IE the original browser turns white (with [Objekt] written on the page). To get back to the website you have to click the backbutton which starts the flash movie all over again from the beginning. I am assuming that I am leaving something out of my Javascript that IE needs.

catcherintherye51

5:19 pm on Jun 21, 2006 (gmt 0)

10+ Year Member



Are you opening with something like this?:

getURL("http:www.whatever.com/my_pdf.pdf", "_blank");

knochadoo

5:50 pm on Jun 21, 2006 (gmt 0)

10+ Year Member



I've written it like

getURL("http:www.whatever.com/my_pdf.pdf", "_blank");

and also tried

getURL ("javascript:openNewWindow('http:www.whatever.com/my_pdf.pdf')");

alanderson

8:35 pm on Jun 21, 2006 (gmt 0)

10+ Year Member



try this;

javascript:window.location.replace(link)