Author: Stoker
Description: The Go Back BBCode forces the visitor to go back to the page they came from.
A funny little teaser.
You can change the number to increase or decrease milliseconds
BBCode:
Code: Select all
[goback][/goback]
Code: Select all
<script type="text/javascript">
function myGoBack() {
history.back(-1);
setTimeout("myGoBack()",5000);
}
setTimeout("myGoBack()",5000);
</script>
Code: Select all
Go Back: [goback][/goback]
Code: Select all
[goback][/goback]
This page