Hello,

In my ND application I have a link that opens a new window using JavaScript
window.open() method. I would like this window to be always on top, whether
it's active or not and I use 'alwaysRaised=yes' option passed to open()
method. When I run this page and click the link, the new window does open,
but it doesn't stay on top when loses focus. Taking a closer look in
JavaScript reference I found out that the option "alwaysRaised" is  "a
secure feature and must be set in signed scripts."
Does anyone know :
a) what does it mean ?
b) how do I  create a "signed script" ?

Thanks for your help.

Alex
_________________________________________________________________________

For help in using, subscribing, and unsubscribing to the discussion
forums, please go to: http://www.netdynamics.com/support/visitdevfor.html

For dire need help, email: [EMAIL PROTECTED]

Reply via email to