Menu

#7 Pop-up window displays blank page on reload

v2.0_Beta_1
open
peter_05
General (3)
5
2007-03-09
2007-03-05
ykkoh
No

A html that launches a pop-up with a URL pointing to an xforms page will only work the first time. If the html page is reloaded, the pop-up window displays an blank page. The following is a sample of the html.

<html>
<body onLoad="window.open('http://www.mozilla.org/projects/xforms/samples/tax_form/TaxForm.xhtml','Xforms','width=1000,height=800')">
</body>
</html>

Discussion

  • ykkoh

    ykkoh - 2007-03-09
    • assigned_to: nobody --> peter_05
     
  • Jos Aerts

    Jos Aerts - 2007-04-17

    Logged In: YES
    user_id=298675
    Originator: NO

    The same or something very similar seems to occur when the link to the form contains target="_blank". E.g.:
    <a href="http://www.xml4pharmaserver.com:8080/XML4PharmaServer/temp/AE_ODM13_Firefox.xhtml" target="_blank"></a>
    The first time (after loading the referencing page), when clicking the link, a new page pops up correctly and the form displays.
    The second time (or when clicking another link to another form), a new blank window pops up, and that IE window hangs. In come cases, all IE windows hang from that moment on.

     

Log in to post a comment.