Refresh function used to create a "refresher" re-blog page or website. Refresh function is the same as the refresh function that exist in the Internet browser, the difference is that this function is made to work automatically, the user does not need to press the refresh button on the tool bar.
To make it enough to just put the code below:
Save the above code between <head> .... </ head>
little description of the above code, content = "10" -> number ten indicates that the refresh process will be done in a span of 10 seconds. So should this figure be set not too fast because it can cause annoyance to the reader when too fast in the refresh.
Refresh function other than to refresh the pages of the blog, there are other functions which are also quite interesting, which serves as a redirect from one URL address into the URL address to another. This works if you want to bring visitors to your blog or website to address the site you want. To be clear, I take one example. There has been a long time my friend nge blog, and after all this time later he made the new site. So the old blog did not want to turn it on again (in non-disabled). Well in addition to wearing a way to leave a message that the address of a site or blog has changed addresses, it is good we use the Refresh function in the setting as soon as possible the refresh time is set to 0 (zero) seconds. So if there are visitors who visit the blog address will automatically be brought directly to the new address is in want.
Redirect function can be made with the code:
Good luck.
To make it enough to just put the code below:
<meta http-equiv="refresh" content="10"/>
Save the above code between <head> .... </ head>
little description of the above code, content = "10" -> number ten indicates that the refresh process will be done in a span of 10 seconds. So should this figure be set not too fast because it can cause annoyance to the reader when too fast in the refresh.
Refresh function other than to refresh the pages of the blog, there are other functions which are also quite interesting, which serves as a redirect from one URL address into the URL address to another. This works if you want to bring visitors to your blog or website to address the site you want. To be clear, I take one example. There has been a long time my friend nge blog, and after all this time later he made the new site. So the old blog did not want to turn it on again (in non-disabled). Well in addition to wearing a way to leave a message that the address of a site or blog has changed addresses, it is good we use the Refresh function in the setting as soon as possible the refresh time is set to 0 (zero) seconds. So if there are visitors who visit the blog address will automatically be brought directly to the new address is in want.
Redirect function can be made with the code:
<meta http-equiv="refresh" content="0;URL=
write the destination URL address here"/>
Good luck.
0 komentar:
Post a Comment