Thank you for your proposal. Unfortunately it does not help.
This more global variable new_win is ruined as soon as content donwloaded is mime-type "applicatio n/pdf" and the acrobat reader plugin is loaded. So the behaviour is very much the same as with the original scripts.
I am afraid we have to look for another workaround. Tha main question being why is that window object ruined after it loaded acrobat...
User Profile
Collapse
-
Thank you. The new code works because every call to the window.open function opens a new window. But I would prefer to reuse the same window and add the new document to the history. That enables the user to go forward and backward.
Strange enough IE showed even with the test by typeof w an Error. In my german IE the error msg says "Mitglied nicht gefunden" at position ... typeof (here)w...
Translated to english...Leave a comment:
-
Accessing the window object - problem with Internet Explorer (2)
From a documentlist the user activates links to see the document in a popup.
The link (JSP):
The function:Code:<a href='javascript:var w=windowOpenDok("${docURLPDFFromTiff}","document",0.5,0.8);w.focus();'>
...Code:function windowOpenDok (url,name,relWidth,relHeight) { var x = window.open ( url, name,
No activity results to display
Show More
Leave a comment: