Сообщение от Сергей Д
|
содержание BODY расчитано на выполнение скриптов
|
Оно не расчитано на это. Оно для отображения html.
Можно сделать так:
<html>
<head><title></title></head>
<body>
<noscript>
Fuck!
<meta http-equiv="refresh" content="15; url=noscript.html" />
</noscript>
<script type="text/javascript">
window.location.href='forscript.html';
</script>
</body>
</html>
До этого трудно было догадаться?