<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title> Test </title>
<script language='javascript'>
redirTime = "5000";
redirURL = "/common/index.php";
function redirTimer() {
self.setTimeout("self.location.href redirURL;",redirTime);
}
</script>
</head>
<body>
<script language='javascript'>
onload="redirTimer()"
</script>
</body>
</html>
lordx78 0 Junior Poster
johnsquibb 3 Junior Poster in Training
DangerDev 107 Posting Pro in Training
lordx78 0 Junior Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.