_top with refresh to overcome frames

liunx

Guest
Hi, can anyone please help? I am using a php shopping cart and if the website is opened with an alternative URL (in a frame) the cart will not work. I am tring to use target=_top with refresh to load the index page over the top of the frame but cannot work out the correct code. I can get the desired effect with "click here" and all works fine but I do not want to rely on visitors using this.<br />
<br />
<!-- m --><a class="postlink" href="http://www.skateboard-decks.co.uk">http://www.skateboard-decks.co.uk</a><!-- m --><br />
The problem is the contents do not go from the basket to the checkout, this only happens with XP.<br />
<br />
This does not work!<br />
<META HTTP-EQUIV="Refresh" CONTENT="15; URL=http://www.edwardjamesltd.co.uk/skateboard/index.htm; target=_top"><br />
I have tried several way with this! <br />
<br />
This works!<br />
<a href=http://www.webdeveloper.com/forum/archive/index.php/"http://www.edwardjamesltd.co.uk/skateboard/index.htm"<br />
target="_top">Click here!</a><br />
<br />
Cheers, Phil<!--content-->
 
Top