/ /빈도
var 빈도 = 50;//단계 크기
var 단계 = 3
//배경 색상
var loadingBgcolor = "#ffffff" Width
var loadingWidth = 354;
/*
*매개변수 설명:
*content: 콘텐츠 표시, 비어 있을 수 있음
*imageURL: 참조된 경로만 설정합니다. JS 파일
*left: 진행률 표시줄 표시 위치 왼쪽
*top: 진행률 표시줄 표시 위치 위쪽
*/
function Loading(content, imageURL, left, top)
{
imageURL = imageURL "Loading.jpg";
LoadTable(content, imageURL, 왼쪽, 상단)
showimage.style.display=""
window.setInterval("RefAct() ;" , 주파수);
}
function RefAct()
{
imgAct.width = step;
if(imgAct.width > loadingWidth-4)
{
imgAct.width = 0;
}
}
함수 LoadTable(content, imageURL, left, top)
{
var strLoading; "" ;
strLoading = "
";
strLoading = "
if(content != "")
{
strLoading = ""
strLoading = ""; strLoading = "" 콘텐츠 "" strLoading = "< ;/td>"; strLoading = " |
"
strLoading = ""
}
strLoading = ""; strLoading = ""; 🎜> strLoading = " | ";
strLoading = "
"
strLoading = "
"
strLoading = "
" ;
document.getElementById("loading_div").innerHTML = strLoading;
}
사용 페이지: