Re: [PHP] pop-up problem

2003-03-13 Thread -{ Rene Brehmer }-
On Tue, 11 Mar 2003 21:37:37 +0100, Ernest E Vogelsinger wrote about Re: [PHP] pop-up problem what the universal translator turned into this: At 21:02 11.03.2003, -{ Rene Brehmer }- said: [snip] On Mon, 20 Jan 2003 21:48:22 +, Sean Burlington wrote

Re: [PHP] pop-up problem

2003-03-13 Thread Ernest E Vogelsinger
At 15:52 13.03.2003, -{ Rene Brehmer }- said: [snip] My IE doesn't care about that ... it kicks both into action ... which is bothersome as I normally used '#' in the href when onclick was used to open windows... so everytime you clicked the link, it'd

Re: [PHP] pop-up problem

2003-03-11 Thread -{ Rene Brehmer }-
On Mon, 20 Jan 2003 21:48:22 +, Sean Burlington wrote about Re: [PHP] pop-up problem what the universal translator turned into this: I would do a href=foo.php target=Foo onclick=window.open('foo.php', 'Foo', 'height=480,width=640,status=yes,scrolling=no,scrollbars=no');return false;Click

Re: [PHP] pop-up problem

2003-03-11 Thread Ernest E Vogelsinger
At 21:02 11.03.2003, -{ Rene Brehmer }- said: [snip] On Mon, 20 Jan 2003 21:48:22 +, Sean Burlington wrote about Re: [PHP] pop-up problem what the universal translator turned into this: I would do a href=foo.php target=Foo onclick=window.open('foo.php

Re: [PHP] pop-up problem

2003-01-22 Thread -[ Rene Brehmer ]-
2003 15:29:26 -0500, you wrote about [PHP] pop-up problem something that looked like this: I was wondering if anyone knows of a way to create a pop-up using PHP or other language to do the same thing as JavaScript window.open method. I have an app that uses the JavaScript popup but now with those

[PHP] pop-up problem

2003-01-20 Thread Mark McCulligh
I was wondering if anyone knows of a way to create a pop-up using PHP or other language to do the same thing as JavaScript window.open method. I have an app that uses the JavaScript popup but now with those popup stopper it will not always work. For I am looking for another way of creating

Re: [PHP] pop-up problem

2003-01-20 Thread Chris Shiflett
--- Mark McCulligh [EMAIL PROTECTED] wrote: I was wondering if anyone knows of a way to create a pop-up using PHP or other language to do the same thing as JavaScript window.open method. I have an app that uses the JavaScript popup but now with those popup stopper it will not always work.

Re: [PHP] pop-up problem

2003-01-20 Thread Mark McCulligh
I wish people won't miss use features for people start blocking them. I am using the window.open the way it was meant for. I have a online help feature. I am not using it a force people to look at banner after banner. Mark. --- Mark McCulligh [EMAIL PROTECTED] wrote: I was wondering if

Re: [PHP] pop-up problem

2003-01-20 Thread Chris Shiflett
--- Mark McCulligh [EMAIL PROTECTED] wrote: I wish people won't miss use features for people start blocking them. I am using the window.open the way it was meant for. I have a online help feature. I am not using it a force people to look at banner after banner. I know exactly what you

Re: [PHP] pop-up problem

2003-01-20 Thread John Nichel
Right, Mozilla set it up to block pop-ups that were not requested by the end user. I don't know why Netscape 7 didn't include this with their build. Chris Shiflett wrote: --- Mark McCulligh [EMAIL PROTECTED] wrote: I wish people won't miss use features for people start blocking them. I am

Re: [PHP] pop-up problem

2003-01-20 Thread Mark McCulligh
What does IE do? John Nichel [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Right, Mozilla set it up to block pop-ups that were not requested by the end user. I don't know why Netscape 7 didn't include this with their build. Chris Shiflett wrote: --- Mark

Re: [PHP] pop-up problem

2003-01-20 Thread Step Schwarz
on 1/20/03 4:47 PM, Mark McCulligh at [EMAIL PROTECTED] wrote: What does IE do? Hi Mark, IE, as far as I know, doesn't have any built-in pop-up killer. Pop-up killers generally only block pop-ups that either weren't requested by the visitor -- that is, no link was clicked -- or that reside on

Re: [PHP] pop-up problem

2003-01-20 Thread Mark McCulligh
McCulligh [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Monday, January 20, 2003 7:07 PM Subject: Re: [PHP] pop-up problem on 1/20/03 4:47 PM, Mark McCulligh at [EMAIL PROTECTED] wrote: What does IE do? Hi Mark, IE, as far as I know, doesn't have any built-in pop-up killer. Pop-up killers

Re: [PHP] pop-up problem

2003-01-20 Thread Jim Lucas
then one copy of netscape or mozilla at a time. Jim - Original Message - From: Step Schwarz [EMAIL PROTECTED] To: Mark McCulligh [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Monday, January 20, 2003 4:07 PM Subject: Re: [PHP] pop-up problem on 1/20/03 4:47 PM, Mark McCulligh at [EMAIL PROTECTED

Re: [PHP] pop-up problem

2003-01-20 Thread Sean Burlington
Chris Shiflett wrote: --- Mark McCulligh [EMAIL PROTECTED] wrote: I wish people won't miss use features for people start blocking them. I am using the window.open the way it was meant for. I have a online help feature. I am not using it a force people to look at banner after banner. I