using javascript:
<script language="javascript">
top.location = "url.html";
// or just location =... if there are no frames, i think !?
</script>
using meta-tag:
<head>
<meta http-equiv="refresh" content="5; URL=http://www.somedomain.com/">
</head>
the five tells the browser to wait five seconds before redirecting
i am sure there is a way to do this in php, too, but i don't know how to do it.
greetings,
Michael aka Unique