Date: 10/05/01
- Next message: Jon Farmer: "Re: [PHP] Window open."
- Previous message: Henrik Hansen: "[PHP] Re: random numbers help"
- In reply to: Johan Vikerskog (EMP): "[PHP] Window open."
- Next in thread: Jon Farmer: "Re: [PHP] Window open."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
<Original message>
From: Johan Vikerskog (EMP) <Johan.Vikerskog <email protected>>
Date: Fri, Oct 05, 2001 at 01:57:13PM +0200
Message-ID: <A9D7A677B724D411A8B600204840355E035151AA <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 <a href.. that i want to open up a new window with that 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
</Original message>
<Reply>
JavaScript... not PHP... JavaScript=clientside... PHP=serverside
JS:
window.open();
</Reply>
--* R&zE:
-- »»»»»»»»»»»»»»»»»»»»»»»» -- Renze Munnik -- DataLink BV -- -- E: renze <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: php-general-unsubscribe <email protected> For additional commands, e-mail: php-general-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Jon Farmer: "Re: [PHP] Window open."
- Previous message: Henrik Hansen: "[PHP] Re: random numbers help"
- In reply to: Johan Vikerskog (EMP): "[PHP] Window open."
- Next in thread: Jon Farmer: "Re: [PHP] Window open."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

