Hi!

I am building a shop and on first page I set a sessions var
$_SESSION['myvar']="myword";

On the same page I have links like,
<a href="product1.php?<?php echo SID?>&items=1&id=<? echo $prodnr[0]?>">Put
in the basket</a>
and those works normal in navigator 4.7 and IE 6 but in Netscape 6.2
the links open in a new window. I worked around this setting target=_top in
all links.

Now I wonder if there is any other way solving this problem?
Thanks in advance.
--
Regards
Jan Grafström



87010 Älandsbro
Sweden


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to