真正的 用JS 做的 loading (轉)

amyz發表於2007-11-10
真正的 用JS 做的 loading (轉)[@more@]

這個loading 需要2個頁面的的支援,還可以為一個站點的所有html設定這個loading
<!--=================================--&gt
<!-- index.htm---&gt
<!--=================================--&gt



您正在訪問 "> 的網站......


 
 

<br>您的不支援frames......<br>

<!--=================================--&gt
<!-- loading.htm---&gt
<!--=================================--&gt



<BR>




<!--=================================--&gt
<!-- to.--&gt
<!--=================================--&gt
document.write('');

function WriteButton(fnFunctionName, ButtonValue, ButtonURL, wd)
{
  var strTmp = "",n = 0;
  if (fnFunctionName == "")
  strTmp = "self.location = '" + ButtonURL + "';";
 else
  strTmp = fnFunctionName + '();';
 for(var i = 0; i < ButtonValue.length; i++)
 {
  var c = ButtonValue.substr(i, 1);
  if( c > "z" || c < "A")
  n += 2;
  else
  n += 1;
 }
 if( wd == "") wd = (n * 8);

 document.write("

" + ButtonValue + "
");
}

function wtdiv()
{
  document.write("

");
}
wtdiv();

function openwin()
{
  if(self == window.parent.frames['t'] && top.parent.frm)
 top.parent.frm.rows = '*,0';
  else if(top.parent.frm) top.parent.frm.rows = '0,*';
}

var wt = 0, n = 0;
function countwt()
{
  if (wt)
  clearTimeout(wt);
  wtime.innerHTML = "" + n++ ;
  wt = setTimeout("countwt();", 1000);
}


function showdiv()
{
  openwin();
 document.getElementById("stdiv").style.visibility = "visible";
  countwt();
}
openwin();

<!--=================================--&gt
<!--  h.js --&gt
<!--=================================--&gt
if(self != window.parent.frames['t'] && window.parent.frames['t'])
  window.parent.frames['t'].showdiv();
else if(self == window.parent.frames['d'] && window.parent.frames['d'])
  window.parent.frames['d'].showdiv();

最後的說明
在您的i.htm,也就是您的真正的index.htm首頁里加入如下程式碼就可以

後加

前加入

就可以了

不明白的可以訪問我的網站 或 來信和我交流
qq: 11602011

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/10752019/viewspace-981645/,如需轉載,請註明出處,否則將追究法律責任。

相關文章