Page 1 of 1

How I can define opened script in new windows

Posted: Fri Nov 08, 2002 5:40 am
by RedStar
Dear All.
subj: How I can define opened script in new windows by PHP.
I have two frame. In one frame I have a link to another frame. And I want to know how user press to link - in current window or in new.
How I can define this?

Thank you.

Posted: Fri Nov 08, 2002 8:37 am
by volka

Code: Select all

<a href="scriptOne.php">click here to request output from scriptOne</a>
<a href="scriptTwo.php">click here to request output from scriptTwo</a>

<a href="Script.php?selection=One">click here to transmit selection=One via Get</a>
<a href="Script.php?selection=Two">click here to transmit selection=Two via Get</a>