Go Back BBCode
Posted: 05 Mar 2010, 22:20
Go Back BBCode
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:
HTML:
Helpline:
Example:
Demo:
This page
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