01-14-2008, 04:19 PM
|
#1 (permalink)
|
|
The Contributor
Join Date: Oct 2007
Posts: 44
Thanks: 0
|
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? 
|
|
|
|