Login  Register

Displaying a xxforms:dialog via javascript

Posted by npujol73 on Jan 20, 2010; 12:00am
URL: https://discuss.orbeon.com/Displaying-a-xxforms-dialog-via-javascript-tp1018035.html


Hi,

 I have a xxforms:dialog which I would like to invoke when the user navigates away from the page (window.onbeforeunload). Does anybody know how to have the xxforms:dialog displayed from a javascript call?

 window.onbeforeunload = function () {
          ??????
          }

Thanks!