Re: [PHP] Window open.

2001-10-05 Thread Jon Farmer

> I have yet another PHP question! =)
> 
> How do i open a window in PHP and how do i insert information in it?

Actually you have a javascript question!

check out window.open() in the javascript docs


Regards

jon
--
Jon Farmer
Systems Programmer, Entanet www.enta.net
Tel 01952 428969 Mob 07763 620378
PGP Key available, send blank email to [EMAIL PROTECTED]



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] Window open.

2001-10-05 Thread


From: Johan Vikerskog (EMP) <[EMAIL PROTECTED]>
Date: Fri, Oct 05, 2001 at 01:57:13PM +0200
Message-ID: <[EMAIL PROTECTED]>
Subject: [PHP] Window open.

> I have yet another PHP question! =)
> 
> How do i open a window in PHP and how do i insert information in it?
> I have a tables with a displays information to the user if i clicks the link.
> I want everything to be in the same function. I can solve it with another function 
>but that is not how i want to do it.
> 
> Do anyone of you know how to do this?
> 
> //Johan





JavaScript... not PHP... JavaScript=clientside... PHP=serverside


JS:
window.open();



-- 

* R&zE:


-- 
-- Renze Munnik
-- DataLink BV
--
-- E: [EMAIL PROTECTED]
-- W: +31 23 5326162
-- F: +31 23 5322144
-- M: +31 6 21811143
--
-- Stationsplein 82
-- 2011 LM  HAARLEM
-- Netherlands
--
-- http://www.datalink.nl
-- 

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]