RE: [OT] Re: How to create a browser popup window

2001-11-23 Thread Domien Bakker
Title: RE: [OT] Re: How to create a browser popup window Hello, Thanks for all the window tips. I have fixed it with out using any javascript. just mention in your html head and give TARGET=_self to the references which should be opened within the parent window. Thanks, Domien

[OT] Re: How to create a browser popup window

2001-11-20 Thread Nick Tonkin
On Tue, 20 Nov 2001, Rob Bloodgood wrote: > > You must include code to deal with the fact that you may have already > > opened a popup window. Something like this: > > That is simply not true. window.open() with a named window ('popupwin', in > your example) ALWAYS reuses that window, on every

RE: [OT] Re: How to create a browser popup window

2001-11-20 Thread Rob Bloodgood
> You must include code to deal with the fact that you may have already > opened a popup window. Something like this: That is simply not true. window.open() with a named window ('popupwin', in your example) ALWAYS reuses that window, on every browser I've ever been able to test. The second call

[OT] Re: How to create a browser popup window

2001-11-20 Thread Nick Tonkin
t; > - Original Message - > From: Domien Bakker > To: [EMAIL PROTECTED] > Sent: Tuesday, November 20, 2001 6:30 AM > Subject: How to create a browser popup window > > > Hello all, > > Can anybody give me the "golden" tip of cr

Re: How to create a browser popup window

2001-11-20 Thread David Young
.html > From: "Domien Bakker" <[EMAIL PROTECTED]> > Date: Tue, 20 Nov 2001 15:30:45 +0100 > To: <[EMAIL PROTECTED]> > Subject: How to create a browser popup window > > Hello all, > > Can anybody give me the "golden" tip of creating a pop

Re: How to create a browser popup window

2001-11-20 Thread Ben Demonte
Title: How to create a browser popup window how do I unsubscribe from this list.   - Original Message - From: Domien Bakker To: [EMAIL PROTECTED] Sent: Tuesday, November 20, 2001 6:30 AM Subject: How to create a browser popup window Hello all, Can anybody

How to create a browser popup window

2001-11-20 Thread Domien Bakker
Title: How to create a browser popup window Hello all, Can anybody give me the "golden" tip of creating a popup browser window from my mod_perl handler? I want to fill in this popup window with results generated within my handler.  Is there a module available from CPAN