Einzelnen Beitrag anzeigen
Alt 22.09.2005, 16:38   #10
jak
Inventar
 
Registriert seit: 13.06.2001
Beiträge: 1.830


Standard

Dann halt mit document.write:
Code:
<script type="text/javascript">
var screenWidth = screen.width;
document.write('<meta http-equiv="redirect" etc.>');
</script>
</head>
</script>
</head>
<body>
...
<script type="text/javascript">
document.write('text');
</script>
<noscript>
Ein default Link, z.B.:
text
oder:
text
</noscript>
Statt den <meta> Tag mit document.write herauszuschreiben kannst du natürlich auch ein window.setTimeout(document.location.href = etc ,10000); machen.

jak
____________________________________
Join the DNRC | Godwin\'s Law (thx@stona)
Documentation is like sex: If it\'s good, it\'s very, very good. If it\'s bad, it\'s better than nothing.
\"In theory, theory and practice are the same. In practice, they are not\" (Lawrence Berra)
jak ist offline   Mit Zitat antworten