Go Back BBCode

Ordinary BBCode Database
BBCodes that need nothing else than installation through ACP
There is no support here! Only Read Access!
Locked
User avatar
Post Bot
BBCoder II
BBCoder II
Posts: 44
Joined: 04 Mar 2010, 20:53

Go Back BBCode

Post 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
Locked