JavaScript Codes

1- GoBack javascript code :

javascript:history.go(-1)

2- Do Some thing on trying to close the brawser:
 
 <SCRIPT LANGUAGE=”JavaScript” EVENT=”onbeforeunload()” FOR=”window”>
 window.location=”index.php?do=logout”;
</SCRIPT>

Share/Save