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.
How I can define opened script in new windows
Moderator: General Moderators
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>