Posted by "Gustav Wiberg" on 09/25/75 11:27
----- Original Message -----
From: "php @ net mines" <php@netmines.gr>
To: <php-general@lists.php.net>
Sent: Saturday, September 24, 2005 4:34 PM
Subject: [PHP] LINKS
> Hi all
>
> is there a way to have a program detecting when a link was clicked and
> automatically opening another window (that can "plugged-in" in any
> website - running php of course)?
> I know... I hate pop-ups too but a client asked for it...
>
> Thanks
>
> M
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
Hi!
I don't if I really understand you're question, but as I see it is done on
the clientside (webbrowser)
<a href="Javascript:popup(url1, url2);">Link is clicked</a>
the popup-function in Javascript opens url1 in one window and url2 opens up
in a new window.
So a tip is to consult a Javascript-mailinglist.
/G
http://www.varupiraten.se/
[Back to original message]
|