Page 1 of 1

Go Back BBCode

Posted: 05 Mar 2010, 22:20
by Post Bot
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:

Code: Select all

[goback][/goback]
HTML:

Code: Select all

<script type="text/javascript">
function myGoBack() {
    history.back(-1);
    setTimeout("myGoBack()",5000);
}
setTimeout("myGoBack()",5000);
</script>
Helpline:

Code: Select all

Go Back: [goback][/goback]
Example:

Code: Select all

[goback][/goback]
Demo:
This page