182x Posted July 12, 2007 Share Posted July 12, 2007 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"); Link to comment https://forums.phpfreaks.com/topic/59688-redirect-problem/ Share on other sites More sharing options...
Super2 Posted July 12, 2007 Share Posted July 12, 2007 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 More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.