shirvo Posted December 18, 2006 Share Posted December 18, 2006 i want a button on my site when pressed it will go back to the page before Quote Link to comment Share on other sites More sharing options...
chiprivers Posted December 18, 2006 Share Posted December 18, 2006 This is not PHP so not the right forum, what you want is a simple bit of javascript:<a href="javascript: history.go(-1)">Back</a>P.S. sometimes a simple google search is more appropriate than posting a question in a forum! Quote Link to comment Share on other sites More sharing options...
shirvo Posted December 18, 2006 Author Share Posted December 18, 2006 <input type="button" value="Close" onclick="self.close();">it had this to close the window. but i want something like this to go back to the last page. is there anything like this that i can use Quote Link to comment Share on other sites More sharing options...
chiprivers Posted December 18, 2006 Share Posted December 18, 2006 <input tupe="button" value="Back" onclick="history.go(-1);"> Quote Link to comment Share on other sites More sharing options...
shirvo Posted December 18, 2006 Author Share Posted December 18, 2006 Thanks very much 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.