I have looked everywhere and found nothing. I am not sure if it is possible, but I need a back button after a form has been posted in html. It is a hotel search and the client does not want the parameters set as GET. Does anyone have any idea how I can accomplish this in html, php, javascript or jquery? Thanks in advance for any help!
Share
The most secure would be php,
<a href="<?php echo $_SERVER['HTTP_REFERER'];?>">back</a>JavaScript can be disabled a times 🙂