Hallo Shan,
<noframes>
^^^^^^^^^^^^^^
daran wird es wohl liegen :-), noframes kommt nicht zur Ausführung, denn dein Browser kann ja Frames.
<script language="JavaScript">
function neu() {
location.href = "http://www.test.de/test.html";
setTimeout("neu()", 10000);
}
</script>
</head>
Viele Grüße
Antje