init.js
上传用户:xhjd888
上传日期:2022-07-20
资源大小:203k
文件大小:2k
源码类别:

.net编程

开发平台:

Visual Basic

  1. //打开窗口的函数
  2.  function switchSysBar(){
  3.   if (parseInt(navigator.appVersion)>=4) {
  4. if (switchPoint.innerText==3){
  5. switchPoint.innerText=4
  6. document.all("query").style.display="none"
  7. }
  8. else{
  9. switchPoint.innerText=3
  10. document.all("query").style.display=""
  11. }
  12.   }
  13. }
  14.  function viewPage(ipage){
  15.         document.frmList.Page.value=ipage
  16.         document.frmList.submit()        
  17.      }
  18.  function openScript(url, width, height) {
  19.         var Win = window.open(url,"_blank",'width=' + width + ',height=' + height + ',resizable=0,scrollbars=no,menubar=no,status=no' );
  20.     }
  21. function openScript1(url, width, height) {
  22.         var Win = window.open(url,"_blank",'width=' + width + ',height=' + height + ',resizable=1,scrollbars=yes,menubar=no,status=no,left=5,top=10' );
  23.     }
  24.  function Detail(i,ss){
  25.       var u
  26.       u='newsdetail.asp?news_id='+i+'&wstr="'+ss+'"'
  27.       window.open(u,'_blank','dependent,width=500,height=300')
  28.     }
  29.     
  30.  function MM_openBrWindow(theURL,winName,features) { //v2.0
  31.   window.open(theURL,winName,'width =503,height=316,resizable=1,scrollbars=yes,menubar=no,status=no,left=5,top=10');
  32.     }
  33.  function tt(s){
  34.       alert(s)
  35.     }
  36. function OpenWindow(htmurl,widths,heights)
  37. {
  38.    var paramet = 'toolbar=no,resizable=yes,scrollbars=yes,width='+ widths + ',height=' + heights;
  39.    newWindow = window.open(htmurl,"viewfilm",paramet);
  40.    newWindow.focus();
  41. }
  42. function MM_openBrWindow1(theURL,winName,features) { //v2.0
  43.   window.open(theURL,winName,features);
  44. }
  45. function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  46.   if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
  47.     document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  48.   else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
  49. }