PLEASE - RELOAD
An Example Of A Form Button
<form action="URL Of The Page The Button Is On" method="get"><input type="button" value="Back" onclick="history.go(-1)"></form>
A Slightly Different Code
<form action="URL Of The Page The Button Is On" method="get"><input type="button" value="Back" onclick="history.back()"></form>
No "Form" Button Coding
<input type="button" value="Back" onclick="history.go(-1)">
A Simple Text Link
BACK
<a href="#" onclick="history.go(-1)"><b>BACK</b></a>
This Uses An Image As A Link
<a href="javascript:onclick=history.go(-1)"><img width="?" height="?" src="ImageURL-Here" alt="Back"></a>
Using Another Image Code
<a href="javascript:history.back()"><img width="?" height="?" src="ImageURL-Here" alt="Back"></a>
Yet Another Code
<a href="javascript:void(history.back())"><img width="?" height="?" src="ImageURL-Here" alt="Back"></a>
This Adds A Status / Text Bar Effect
<a href="javascript:void(history.back())" onmouseover="window.status='Take Me To Where I Came From'; return true" onmouseout="window.status='Page Title This Button Is On'; return true"><img width="?" height="?" src="ImageURL-Here" alt="Back"></a>
A Colored & Sized Text Link
BACK
<a href="javascript:onclick=history.go(-1)"><font color="#ff6600" size="6">BACK</font></a>
Using Some Different Coding
BACK
<a href="javascript:onclick=history.back()"><font color="#00cc00" size="7">BACK</font></a>
How About A Small Version ?
|
BACK
|
<font size="-2"><b>|</b></font> <a href="javascript:onclick=history.back()"><font size="-2" color="#00cc00"><b>BACK</b></font></a> <font size="-2"><b>|</b></font>
The Button Below Sends You Back 3 Sites
(change -3 to whatever)
Use With Caution !
<a href="javascript:onclick=history.go(-3)" onmouseover="window.status='Hey Jed, Were Goin\' Home !!!'; return true" onmouseout="window.status='Examples Of Back Buttons & Their Codes'; return true"><img width="?" height="?" src="ImageURL-Here" alt="WAY-BACK"></a>
You Can Also FAKE A Back Button
By Simply Linking To Any Page URL
Note the Blue Text Color, Unless Specified,
Links Will Be The Default Blue Color And Size
B A C K
<a href="URL Of Previous Page Here"><b>B A C K</b></a>
Or FAKE A Back Button Using An Image
<a href="URL Of Previous Page Here"><img width="?" height="?" src="ImageURL-Here" alt="Back"></a>
B
A
C
K
|–|
0
/\/\
E