this is a code in html that shows a page for a specific time i.e 10 seconds
and automaticlly redirect the page to the other URL
you can do it in HTML .
HTML Code:<META HTTP-EQUIV="Refresh" CONTENT="10; URL=url-here">
this is a code in html that shows a page for a specific time i.e 10 seconds
and automaticlly redirect the page to the other URL
you can do it in HTML .
HTML Code:<META HTTP-EQUIV="Refresh" CONTENT="10; URL=url-here">
-
-
**FAQ**
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
[Only registered and activated users can see links. ]
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
[Only registered and activated users can see links. ]
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
[Only registered and activated users can see links. ]
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
Thanks dude. I appreciate u. That would be helpful for of
Alternatively, you can use PHP:
That will redirect you straight away. Make sure nothing has been outputted to the buffer before header is called, otherwise you will get an error because PHP will be unable to modify the headers.<?
header("location: http://google.com");
?>
Bookmarks