Sunday, May 15, 2011

Auto Redirect from HTML page to ASPX page in 3 seconds

 <html>
 <body>
<meta http-equiv="refresh" content="3; URL=http://www.mmpsedu.com/default.aspx">
</body>
</html>

No comments: