Hi,
Tricky. You can't actually delay an action in asp. I'd either do
<%
for i = 1 to ' put your own number
next
response.redirect "page.htm"
%>
or
<script>
setTimeout("location.replace('page.htm')", 10000)
</script>
There's also a free component called Wait For here http://www.serverobjects.com/products.htm