Jump to content

redirect problem


182x

Recommended Posts

Hey guys,

 

I was just wondering in how do I exit an html frameset as I have a link which has to redirect back to the index page as shown below, which should not have the frames.

Any help would be great thanks.

 

header("location:index.php");

Is that gonna work:

<FORM>

<INPUT type="button" value="Click here to go back" onClick="history.back()">

</FORM>

or

<a href="#" onClick="history.go(-1)">Back</a>

Link to comment
https://forums.phpfreaks.com/topic/59688-redirect-problem/#findComment-296678
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.