欧美国产另类久热|951超碰伊人久久|伊人影视久久久久|色婷婷亚洲小电影|色东京热69XX|婷婷玖玖深爱网|加勒比东京热网站|无码A级毛片在线观看|一级a毛一级a看|中文字幕人妻欧美

基于javascript實現(xiàn)頁面加載loading效果
來源:易賢網(wǎng) 閱讀:1597 次 日期:2016-07-19 14:53:29
溫馨提示:易賢網(wǎng)小編為您整理了“基于javascript實現(xiàn)頁面加載loading效果”,方便廣大網(wǎng)友查閱!

本文實為大家分享了javascript實現(xiàn)頁面加載loading效果,供大家參考,具體內容如下

效果圖:

名單

<html>

<head>

<title>正在載入</title>

<meta http-equiv="Content-Type" content="text/html; charset=gb2312">

</head>

<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0">

<table border=0 cellpadding=0 cellspacing=0 width="100%" height="100%">

<tr>

<form name=loading>

<td align=center>

<p><font color=gray>正在載入首頁,請稍候.</font></p>

<p>

<input type=text name=chart size=46 style="font-family:Arial;

font-weight:bolder; color:gray;

background-color:white; padding:0px; border-style:none;">

<br>

<input type=text name=percent size=46 style="font-family:Arial;

color:gray; text-align:center;

border-width:medium; border-style:none;">

<script>var bar = 0

var line = "||"

var amount ="||"

count()

function count(){

bar= bar+2

amount =amount + line

document.loading.chart.value=amount

document.loading.percent.value=bar+"%"

if (bar<99)

{setTimeout("count()",100);}

else

{window.location = "目標頁";}

}

</script>

</p>

</td>

</form>

</tr>

</table>

</body>

</html>

以上就是本文的全部內容,希望對大家學習javascript程序設計有所幫助。

更多信息請查看網(wǎng)絡編程
易賢網(wǎng)手機網(wǎng)站地址:基于javascript實現(xiàn)頁面加載loading效果
關于我們 | 聯(lián)系我們 | 人才招聘 | 網(wǎng)站聲明 | 網(wǎng)站幫助 | 非正式的簡要咨詢 | 簡要咨詢須知 | 新媒體/短視頻平臺 | 手機站點

版權所有:易賢網(wǎng)