dannybrazil Posted March 30, 2008 Share Posted March 30, 2008 HELLO i have this : <input type=button value='Back' onClick='history.go(-2)'> and it working well is there a way too add a command to the code that will refresh the page that im going back into ? Link to comment https://forums.phpfreaks.com/topic/98706-back-botton/ Share on other sites More sharing options...
marklarah Posted March 30, 2008 Share Posted March 30, 2008 try re-writing that as a full blown javascript function, and onclick, send it to page.php?refresh=true and then if refresh is set, use a meta refresh tag. maybe a better way of doing, not sure though. Link to comment https://forums.phpfreaks.com/topic/98706-back-botton/#findComment-505138 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.