Log in

View Full Version : Redirecting users when vbulletin board is off?


azn_romeo_4u
09-15-2008, 06:09 AM
How do I do that when I turn off the vbulletin board? Is there a function for vb to do this?

Or should I just use a javascript code like this...

<script type="text/JavaScript">
<!--
setTimeout("location.href = 'www.1perfectworld.com';",1500);
-->
</script>