SETING.JS
上传用户:apresys
上传日期:2021-03-30
资源大小:813k
文件大小:1k
源码类别:

WEB源码(ASP,PHP,...)

开发平台:

DOS

  1. function defaul_homepage(){
  2. this.homepage.style.behavior='url(#default#homepage)';this.homepage.setHomePage('http://www.qingzhou.net.cn/');
  3. }
  4. function shoucang(){
  5. window.external.AddFavorite('http://www.qingzhou.net.cn/','北京轻舟世纪建筑装饰工程有限公司');
  6. }
  7. function MM_showHideLayers() {
  8.   var i, visStr, args, theObj;
  9.   args = MM_showHideLayers.arguments;
  10.   for (i=0; i<(args.length-2); i+=3) {
  11.   visStr= args[i+2];
  12.    if (navigator.appName == 'Netscape' && document.layers != null) {
  13.       theObj = eval(args[i]);
  14.       if (theObj) theObj.visibility = visStr;
  15.     } else if (document.all != null) { 
  16.    if (visStr == 'show') visStr = 'visible'; 
  17.    if (visStr == 'hide') visStr = 'hidden';
  18.      theObj = eval(args[i+1]);
  19.       if (theObj) theObj.style.visibility = visStr;
  20.  } }
  21. }
  22. function KBAddFavorite(theTit) {
  23. IE4=(document.all)? 1 : 0
  24. if (IE4) {
  25. theSite=window.location
  26. window.external.AddFavorite(theSite,theTit)
  27. }
  28. }
  29. function MM_openBrWindow(theURL,winName,features) {
  30.   window.open(theURL,winName,features);
  31. }