User Profile

Collapse

Profile Sidebar

Collapse
mumpi
mumpi
Last Activity: Oct 5 '07, 11:40 AM
Joined: Oct 2 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • 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...
    See more | Go to post

    Leave a comment:


  • 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...
    See more | Go to post

    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):
    Code:
    <a href='javascript:var w=windowOpenDok("${docURLPDFFromTiff}","document",0.5,0.8);w.focus();'>
    The function:
    Code:
        function windowOpenDok (url,name,relWidth,relHeight) {
            var x = window.open (
                url,
                name,
    ...
    See more | Go to post
No activity results to display
Show More
Working...