//flex table opened by JP

Click to See Complete Forum and Search --> : Redirect Page


SiteCharts.com
05-15-2001, 04:05 AM
I'm trying to make a webpage that instantly redirects the user to another page.
I'm using the following code but somehow it isn't working!

<html>
<head>
<title>combrinck.com</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta http-equiv="Refresh" Content="20; URL=http://www.sitecharts.com/synchron/index.asp">
</head>
<body>
</body>
</html>

This should be sooo easy but I somehow forgot how it is done...

U-96
05-15-2001, 04:38 AM
I use this JS one:


<HEAD>

<SCRIPT LANGUAGE="Javascript">

<!-- Begin
window.location="http://your url goes here";
// End -->
</SCRIPT>
</HEAD>

SiteCharts.com
05-15-2001, 05:18 AM
Did you copy and paste this?
For it isn't working either...
I don't understand it!
Maybe it's the server?
But that couldn't be...

Mntsnow
05-15-2001, 06:17 AM
http://www.sysopt.com/forum/Forum2/HTML/002368.html