Re: [PHP] window.open problem

2003-11-18 Thread Eugene Lee
On Tue, Nov 18, 2003 at 04:48:20PM +0200, David R wrote: : : I am using php and mysql and am having difficulty using window.open () . I : have cut the code down to the basics. : Why does a new window not open? : : : : function boo() { : window.open ("www.google.com"); : } : : : : : why

Re: [PHP] window.open problem

2003-11-18 Thread David Otton
On Tue, 18 Nov 2003 17:28:50 +0200, you wrote: >My apologies for posting to the php group. I thought that perhaps using >javescript together with php was causing the problem. > >btw I have no "pop-up blockers" running. Are you /certain/? A software firewall maybe? Are you at a business site where

Re: [PHP] window.open problem

2003-11-18 Thread David R
My apologies for posting to the php group. I thought that perhaps using javescript together with php was causing the problem. btw I have no "pop-up blockers" running. -david r "David Otton" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > On Tue, 18 Nov 2003 16:48:20 +0200, you wro

Re: [PHP] window.open problem

2003-11-18 Thread David Otton
On Tue, 18 Nov 2003 16:48:20 +0200, you wrote: >I am using php and mysql and am having difficulty using window.open () . I >have cut the code down to the basics. >Why does a new window not open? This is a model request for help - you've removed all code that isn't directly related to the problem,

RE: [PHP] window.open problem

2003-11-18 Thread Jay Blanchard
[snip] I am using php and mysql and am having difficulty using window.open () . I have cut the code down to the basics. Why does a new window not open? [/snip] This is a JavaScript question...best asked on a JavaScript || ECMAScript list. This has nothing to do with either PHP or MySQL. -- PHP Ge

[PHP] window.open problem

2003-11-18 Thread David R
I am using php and mysql and am having difficulty using window.open () . I have cut the code down to the basics. Why does a new window not open? Thanks. -David r function boo() { window.open ("www.google.com"); } why does no window open? -- PHP General Mailing List (http://www.php.ne