forwarding
abandon
- html
kann mir bitte mal jemand sagen, warum mein meta refresh nicht funktioniert?
<html>
<head>
<title>xxx</title>
<meta http-equiv="REFRESH" content="3; url="alternativ.htm">
<meta name="KeyWords" content="xxx">
<meta name="description" content="xxx">
<script language="JavaScript">
<!--
//if (top.framecheck + "" != "ok") top.location.href = "/index.html";
function MM_checkPlugin(plugin, theURL, altURL, IEGoesToURL) { //v2.0
if ((navigator.plugins && navigator.plugins[plugin]) || //if NS, or
(IEGoesToURL && //if flag set, and MSIE browser for Win95/NT (ActiveX)
navigator.appName.indexOf('Microsoft') != -1 &&
navigator.appVersion.indexOf('Mac') == -1 &&
navigator.appVersion.indexOf('3.1') == -1)) {
if (theURL.length>2) window.location = theURL;
} else {
if (altURL.length>2) window.location = altURL;
}
document.MM_returnValue = false;
}
//-->
</script>
</head>
<body bgcolor="#86132E" onLoad="MM_checkPlugin('Shockwave Flash','intro.html'
,'alternativ.htm',true);return document.MM_returnValue">
<p><font size="1" color="#86132E">xxx</font>
</p>
<table width="100%">
<tr>
<td width="30%"></td>
<td width="40%" bordercolor="#FFFFFF" border="1" align="center"><font color="#FFFFFF">Bitte warten Sie einen Augenblick, Sie werden in wenigen Sekunden weitergeleitet.</font><p>
<font color="#FFFFFF">Falls Sie nicht automatisch weiter geleitet
wurden, klicken Sie bitte hier.</font></p>
<p><a href="xxx/index.htm"><font color="#FFFFFF">weiter</font></a></td>
<td width="30%"></td>
</tr>
</table>
</body>
</html>
hi,
kann mir bitte mal jemand sagen, warum mein meta refresh nicht funktioniert?
<meta http-equiv="REFRESH" content="3; url="alternativ.htm">
weil die schreibweise falsch ist. schau sie in selfhtml nach.
gruss,
wahsaga
hi,
kann mir bitte mal jemand sagen, warum mein meta refresh nicht funktioniert?
<meta http-equiv="REFRESH" content="3; url="alternativ.htm">
weil die schreibweise falsch ist. schau sie in selfhtml nach.
gruss,
wahsaga
hatte es auch schon ohne "
hat trotzdem nicht funktioniert...
lg Sven
hi,
<meta http-equiv="REFRESH" content="3; url="alternativ.htm">
hatte es auch schon ohne "
hat trotzdem nicht funktioniert...
du kennst das sprichwort "drei sind einer zu viel"?
gruss,
wahsaga
hi,
<meta http-equiv="REFRESH" content="3; url="alternativ.htm">
hatte es auch schon ohne "
hat trotzdem nicht funktioniert...du kennst das sprichwort "drei sind einer zu viel"?
gruss,
wahsaga
sprichst Du bitte mal nicht in rätseln?
lg sven
Hi,
Bitte reduziere geposteten Code auf das Wesentliche.
<meta http-equiv="REFRESH" content="3; url="alternativ.htm">
^^^^
Alles klar?
Gruesse Joachim