Hello i have designed a html page.I want when some one open html page and after 5 minutes page will redirect to my site b. How can i do this? Please help me Thanks
Something link this: <?php header("Refresh: 5; URL=http://www.domain.com"); echo "Redirecting in 5 seconds"; exit(); ?> Code (markup):
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <head> <title>my page</title> [COLOR="Red"]<meta http-equiv="refresh" content="300; url=http://www.page-you-want-redirected-to.com">[/COLOR] <meta name="description" content="my page description"> <meta name="keywords" content="my, key, words"> </head> <body bgcolor="#FFFFFF" text="#000000" link="#0000FF" vlink="#800080" alink="#FF0000"> </body> </html> Code (markup): 300 is how many seconds
thanks to all of you I also want to know that how can i embled .avi or .wmv video in html page Thanks
http://forums.digitalpoint.com/forumdisplay.php?f=16 http://forums.digitalpoint.com/showpost.php?p=2735742&postcount=9 is a post I replied on wmv embed