i want to do a page whereby after the page load for 10 sec it will auto be redirect to another page... can anyone help me?
thanks:D
Printable View
i want to do a page whereby after the page load for 10 sec it will auto be redirect to another page... can anyone help me?
thanks:D
Not an asp.net solution, but using a META may help:
<META HTTP-EQUIV="refresh" CONTENT="10;URL=http://www.somewhere.com">