Re: [PHP] how to popup a new browser window from php

2002-04-19 Thread Mirek Novak
Martin Towell wrote: use vbscript :P otherwise no - php = server - [java|vb]script = client :o) of course there IS way how to do it from php .. put into your code something like this special secret code stolen from M$ H1 FONT color=red

Re: [PHP] how to popup a new browser window from php

2002-04-19 Thread Erik Price
On Friday, April 19, 2002, at 12:48 AM, Jason Wong wrote: On Friday 19 April 2002 07:14, Wo Chang wrote: Dear All, One simple question: Is there any easy way to popup a new browser from PHP without using any Javascript? No. What about target=_blank ? I didn't think this was

RE: [PHP] how to popup a new browser window from php

2002-04-19 Thread Brian McGarvie
a window however ya want it to appear; a href=\javascript:popupcontent('announcements.php?action=viewthisone=$i d')\b$title/b/a works nicely :) -Original Message- From: Erik Price [mailto:[EMAIL PROTECTED]] Sent: 19 April 2002 1:39 PM To: [EMAIL PROTECTED] Subject: Re: [PHP] how to popup

Re: [PHP] how to popup a new browser window from php

2002-04-19 Thread Jason Wong
On Friday 19 April 2002 20:48, Brian McGarvie wrote: add this to the head section; script language=JavaScript function popupcontent(urll) { window.open(urll,'popup','toolbar=no,location=no,directories=no,status=n o,menubar=no,resizable=no,copyhistory=no,scrollbars=yes,width=400,height

RE: [PHP] how to popup a new browser window from php

2002-04-19 Thread Matt Friedman
19, 2002 9:14 AM To: [EMAIL PROTECTED] Subject: Re: [PHP] how to popup a new browser window from php On Friday 19 April 2002 20:48, Brian McGarvie wrote: add this to the head section; script language=JavaScript function popupcontent(urll) { window.open(urll,'popup','toolbar=no,location

Re: [PHP] how to popup a new browser window from php

2002-04-19 Thread Justin French
Sure, it opens another window, but it doesn't achieve the same affect as a javascript alert (ok|cancel for starters), nor does it provide any control over the size/specs of the resultant window. Justin French Creative Director http://Indent.com.au on

Re: [PHP] how to popup a new browser window from php

2002-04-19 Thread Erik Price
On Friday, April 19, 2002, at 12:42 PM, Justin French wrote: Sure, it opens another window, but it doesn't achieve the same affect as a javascript alert (ok|cancel for starters), nor does it provide any control over the size/specs of the resultant window. Yeah, but nobody said anything

RE: [PHP] how to popup a new browser window from php

2002-04-18 Thread Martin Towell
use vbscript :P otherwise no - php = server - [java|vb]script = client -Original Message- From: Wo Chang [mailto:[EMAIL PROTECTED]] Sent: Friday, April 19, 2002 9:15 AM To: [EMAIL PROTECTED] Subject: [PHP] how to popup a new browser window from php Dear All, One simple question: Is

Re: [PHP] how to popup a new browser window from php

2002-04-18 Thread Jason Wong
On Friday 19 April 2002 07:14, Wo Chang wrote: Dear All, One simple question: Is there any easy way to popup a new browser from PHP without using any Javascript? No. -- Jason Wong - Gremlins Associates - www.gremlins.com.hk Open Source Software Systems Integrators * Web Design Hosting *