Thread: back button
View Single Post
Old 01-14-2008, 04:19 PM   #1 (permalink)
meshi
The Contributor
Upcoming Programmer 
 
meshi's Avatar
 
Join Date: Oct 2007
Posts: 44
Thanks: 0
meshi is on a distinguished road
Default back button

hi all can u help me how to get rid of this error:

i try to put a back button on every page and this is my code:

PHP Code:
<input type="button" value="Back" onclick="history.back()" class="dtext"
its working but sometimes ill get this "Warning: Page has Expired".How to get rid of this warning?
meshi is offline  
Reply With Quote