|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
I want a back button image to go back one page, (i.e. simulate back button on button bar).
|
|
#2
|
|||
|
|||
|
Use javascript:
document.go(-1); |
|
#3
|
|||
|
|||
|
As an alternative you can use the following:
<A HREF="javascript:history.go(-1);">your text or image here</A> |
|
#4
|
|||
|
|||
|
<BLOCKQUOTE><font size="1" face="Verdana,Arial,Helvetica">quote:</font><HR>Originally posted by psyches:
As an alternative you can use the following: <A HREF="javascript:history.go(-1);">your text or image here</A>[/quote] MANY THANKS Richard Corser |
![]() |
| Viewing: Dev Shed Forums > Web Design > HTML Programming > Back button on a page |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|