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

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

效果圖:

名單

<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>

以上就是本文的全部內(nèi)容,希望對大家學(xué)習(xí)javascript程序設(shè)計有所幫助。

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

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