Selasa, 02 Juni 2009

Syntax Back with Javascript

This is syntax in client side using Javascript to back 1 page or back one link click. This Syntax also using browser History.

Using Link


<a href='javascript:history.back()'>Back</a>


Using Button

<input type="reset" name="reset" value="Back" onclick="javascript:history.back()">
Related Post:

2 komentar:

@ Coy mengatakan...

kurang ngerti nih bisa kasih contoh gambar?..

Picas mengatakan...

@ Coy

Sama fungsinya kyk tombol back di browser Mozzila atau Internet Explorer..