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 anyt

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 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 section; > > > function popupcontent(urll) > > { > > > window.open(urll,'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 section; > > > 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 > =250'); > > } > >

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

2002-04-19 Thread Brian McGarvie
w however ya want it to appear; $title 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 a new browser window from php On Friday, April 19, 2002, at 12:48 AM, Jason Wong wrote

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 t

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

2002-04-18 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$ PRESS CTRL+N N O W ! ! I don't how to put desired content into

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 & H

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 th