Forums
This topic is locked
hi need some help history back
Posted 30 Jan 2002 07:43:04
1
has voted
30 Jan 2002 07:43:04 Anton Sutterlueti posted:
hi need some help with a html button and history back
how is the code line that i have to do
right now i have that.
<input type="button" name="Submit3" value="Correct Content">
thx for the help
best regards
Anton
Replies
Replied 31 Jan 2002 13:30:07
31 Jan 2002 13:30:07 David Behan replied:
<a href="javascript:history.go(-1);">Go back</a>
to go back...
<BLOCKQUOTE id=quote><font size=1 face="Verdana, Arial, Helvetica" id=quote>quote:<hr height=1 noshade id=quote>
hi need some help with a html button
and history back
how is the code line that i have to do
right now i have that.
<input type="button" name="Submit3" value="Correct Content">
thx for the help
best regards
Anton
<hr height=1 noshade id=quote></BLOCKQUOTE id=quote></font id=quote><font face="Verdana, Arial, Helvetica" size=2 id=quote>
_________________________
David Behan - www.bmor.com
to go back...
<BLOCKQUOTE id=quote><font size=1 face="Verdana, Arial, Helvetica" id=quote>quote:<hr height=1 noshade id=quote>
hi need some help with a html button
and history back
how is the code line that i have to do
right now i have that.
<input type="button" name="Submit3" value="Correct Content">
thx for the help
best regards
Anton
<hr height=1 noshade id=quote></BLOCKQUOTE id=quote></font id=quote><font face="Verdana, Arial, Helvetica" size=2 id=quote>
_________________________
David Behan - www.bmor.com
Replied 31 Jan 2002 14:38:17
31 Jan 2002 14:38:17 Stefan P replied:
you could of course try:
<input type="button" value="BACK" onClick="javascript:history.go(-1)">
<input type="button" value="BACK" onClick="javascript:history.go(-1)">