How To Make Refresh Efect

Refresh function is used to make "refresh" back page blog or website. This refresh function is the same as the refresh function in the Internet browser, the difference is a function in this work automatically, ie the user does not need to press the refresh button on the tool bar.

Enough to make it with only embody the program below:

<meta http-equiv="refresh" content="10">

For a classic template with just the code above, but for the new template should use the closing tag </meta>, so the code as below:

<meta http-equiv="refresh" content="10"></meta>

Save the above code between <head> ............... </head>

Slightly above the code description, content = "10" -> figure shows that ten akan refresh process is done in the range of 10 seconds. So this number should be set in too quickly because it can cause irritation to the reader when the refresh is too fast.

Refresh function other than to refresh the page re-blog page, there are other functions that also is quite interesting, ie, functions as one of the Redirect URL addres URL addres to the other. This works if you want to bring visitors to your blog or site to site address you want. To be clear, I take one example. I have long in blogging, and after so long and then he created a new site. So the old blog did not want to switch on again (in the non-switch). Well than how to leave a message that the site or blog has been moved, would that we use the Refresh function in the setting as soon as the refresh time on the set 0 (zero) seconds. So when there is a visitor who visits the blog address will be automatically brought in directly to the new address in want.

Function Redirect can be made with the code:

<meta http-equiv="refresh" content="0;URL=type your URL here "></meta>


If you are interested in? please try this tutorial! see you next time on new one tutorial!!!!!SEE YAAAAAAA


No comments:

Post a Comment

 
up