How to return to the previous page?
There are two ways to return to the previous page using JavaScript. These are functionally equivalent:
There are two ways to return to the previous page using JavaScript. These are functionally equivalent:
history.back();
history.go(-1);
history.go(-1);
If it is more convenient, the 'history.back()' function can be called via a link, e.g:
<a href="javascript:history.back()">Try it now</a>
gives 'Try it now'.
gives 'Try it now'.
These are functionally equivalent to the browser's 'back' button and will have no effect if there is no previous page.
Sumber : http://www.cryer.co.uk
| ||
Terima kasih telah berkunjung. Info: Daftar Satellite dan Channel bisa di lihat Update harga Receiver dan lainnya bisa dicek disini |
0 komentar: