ahhhh PoBoy I can be your saviour once again!!
2 ways....
* use a HTML meta tag.....
<html>
<head>
<meta http-equiv=""refresh"" content=""4;URL=http://www.google.com">
</head>
</html>
* or use a bit of javascript....
<script language="JavaScript">
<!--
function redirect() {
window.location = "http://www.google.com"
}
setTimeout("redirect();", 5000)
// -->
</script>
hope that helps...



LinkBack URL
About LinkBacks

Reply With Quote

Bookmarks