Forum Moderators: open
But if you **really** want it to be a back button,
<input type="button" name="back" value="back" class="input" onClick="javascript:history.back();">
or
<input type="button" name="back" value="back" class="input" onClick="javascript:history.go(-1);">
I use this but have problem with recursive posting...
<input type="button" name="back" value="back" class="input" onClick="javascript:history.back();">
I think that the first is perfect ;)
thks