Re: Javascript Signed Scripting Re: window.close question?

2003-03-11 Thread David Fafard
Cool solution for an intranet! Thanks for the tip. Dave - Original Message - From: "Joshua Miller" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Tuesday, March 11, 2003 10:35 AM Subject: RE: Javascript Signed Scripting Re: window.close

RE: Javascript Signed Scripting Re: window.close question?

2003-03-11 Thread Joshua Miller
L PROTECTED] Sent: Tuesday, March 11, 2003 8:41 AM To: CF-Talk Subject: Re: Javascript Signed Scripting Re: window.close question? Jann, Thanks a million for the information. I'll look through it all soon. Regards, James Blaha Jann VanOver wrote: >Mozilla has a write up on signed java

Re: Javascript Signed Scripting Re: window.close question?

2003-03-11 Thread James Blaha
Jann, Thanks a million for the information. I'll look through it all soon. Regards, James Blaha Jann VanOver wrote: >Mozilla has a write up on signed javascripting: >http://www.mozilla.org/projects/security/components/signed-scripts.html > >There's an old (Netscape 4.0) article here: >http://po

RE: Javascript Signed Scripting Re: window.close question?

2003-03-10 Thread Joshua Miller
Actually, you CAN do this without needing to change security settings. Just change the window opener's reference to TOP and then you can close it. window.open('popup.html','popWin','width=300,height=300'); window.opener=top; window.close(); This doesn't work on IE5 or Netscape 4.7x but it work