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"); Quote Link to comment 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> Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.