Chèn code loading khi vào trang Webside
ảnh Demo |
Vào Bố cục →thêm tiện ích→HTML/Javascript→thêm code ở dưới vào→ lưu lại
Lưu ý: "những phần mình bôi màu thì nó có thể chỉnh sửa"
Code nhé:
<script>var bar=0var line="||"var amount="||"function count(){bar=bar+2amount =amount + linedocument.loading.chart.value=amountdocument.loading.percent.value=bar+"%"if (bar<99){setTimeout("count()",125);}else{loaibo()}}</script><div id="TGTH_Loading" align="center" style="position:fixed;visibility:hidden;-moz-opacity: 0.80px;background: #000000;filter: alpha(opacity=80);height: 100%;left: 0%;top: 0%;opacity: 0.80;width: 100%;z-index: 1001;"><form name="loading"><table align="center" style="position:fixed;top:11%; left: 0px;" height="90%" width="100%"><tbody><tr><td valign="center"><p align="center" style="font-family:Verdana;color:red;font-size:20pt;font-weight:bold">Welcome to Blogsecurity</p><p align="center" style="font-family:Verdana;color:#295dc6;font-size:15pt;font-weight:bold"> Cảm Ơn Bạn Đã Dành Thời Gian Ghé Thăm Blog Nếu Thấy Hay Thì Like + Share Ủng Hộ Nhé</p><p align="center" style="font-family:Verdanal;font-size:8pt"><input style="border: medium none ; color: white; background-color:black; text-align: center;" size="47" name="percent" /><br /><input style="border-style: none; padding: 0px; font-weight: bolder; color:white ; font-family: Arial; background-color: rgb(53, 53, 53);" size="45" name="chart" /><br /><script>count()</script><b><font style="font-size: 8pt;" color="#ff6600" face="Verdana"> Đang tải dữ liêu … Đợi chút xíu nhé!</font></b></p><br /><p align="center"style="font-family:Verdana;font-weight:bold"><a href="Javascript:loaibo()()" style="color:yellow;font-size:10pt"> Nhấn vào đây nếu bạn không muốn đợi lâu </a></p></td></tr></tbody></table></form></div><script type="text/javascript">var once_per_session=1function loaibo(){document.getElementById('TGTH_Loading').style.visibility="hidden"document.cookie="TGTH_Loading=yes"}function get_cookie(Name) {var search = Name + "="var returnvalue = "";if (document.cookie.length > 0) {offset = document.cookie.indexOf(search)if (offset != -1) { // if cookie existsoffset += search.length// set index of beginning of valueend = document.cookie.indexOf(";", offset);// set index of end of cookie valueif (end == -1)end = document.cookie.length;returnvalue=unescape(document.cookie.substring(offset, end))}}return returnvalue;}function Dongloading(){if (get_cookie('TGTH_Loading')==''){Moloading()}}function Moloading(){document.getElementById('TGTH_Loading').style.visibility="inherit"}if (once_per_session==0)Moloading()elseDongloading()</script>
Lưu ý: "những phần mình bôi màu thì nó có thể chỉnh sửa"