I can't decide if my problem is PHP or Javascript, but I've been staring at this line of code for too long without being able to see why it's behaving the way it is ....
I'm trying to open a new window on top of the current window, and it does that, but the "original" (bottom) window changes to read "Object Window" ... I can get back to the original with the "Back" button but of course don't want to ask that of the user ... I simply want a new window to appear on top of the original, after which the user can close the top window and be back where he started ....
what the heck am I doing wrong?
Oh, here's the code:
echo "<a href='javascript:window.open(\"$fg_id\",\"\",\"height=400,width=300,left=80,top=80,scrollbars=1\")'>";
Thanks VERY much in advance ...
KM
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php