⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 sysinf.htm

📁 javascript源码百例 学习javascript基础编程的很不错的演示源代码
💻 HTM
字号:
<HTML>
<HEAD>
<TITLE>
浏览器对象
</TITLE>
<STYLE>
<!--样式单 -->
.box{color:#ff66cc;border:0;background-color:#EBEEFA;font-family:DigifaceWide;font-size:30}
</STYLE>
</HEAD>
<BODY onMouseDown=mousedown() bgcolor=#EBEEFA>
<br><font size=10 color=#de3076 face=文鼎彩云繁 >&nbsp;&nbsp;您的系统信息如下:</font><br><br>
<script language=javaScript>
 document.onMouseDown=mousedown
   function mousedown()
 {
  if(window.event.button==1)
  document.site.mousesite.value="("+window.event.x+","+window.event.y+")"
 }
 var brows
 var site1,site2,lenth,site_temp
 brows=navigator.appVersion
 lenth=brows.length
 i=lenth
 site1=brows.indexOf("(")
 site2=brows.lastIndexOf(";")
 version_inf=brows.substring(0,site1)
 system_name=brows.substring(site2+1,lenth-1)

 document.write("&nbsp;&nbsp;<font size=8 color=red face=wingdings>v</font><font size=8 color=#3399ff  face=文鼎琥珀繁 >操作系统:</font>")
 document.write("<font size=8 color=#ff66cc face=DigifaceWide>"+system_name+"</font><br>")
 document.write("&nbsp;&nbsp;<font size=8 color=red face=wingdings>v</font><font size=8 color=#3399ff  face=文鼎琥珀繁 >浏览器名称:</font><br>") 
 document.write("<font size=8 color=#ff66cc face=DigifaceWide>&nbsp;&nbsp;"+navigator.appName+"</font><br>")
 document.write("&nbsp;&nbsp;<font size=8 color=red face=wingdings>v</font><font size=8 color=#3399ff  face=文鼎琥珀繁 >浏览器版本:</font>")
 document.write("<font size=8 color=#ff66cc face=DigifaceWide>"+version_inf+"</font><br>")
 document.write("&nbsp;&nbsp;<font size=8 color=red face=wingdings>v</font><font size=8 color=#3399ff  face=文鼎琥珀繁 >显示器分辨率:</font>")
 document.write("<font size=8 color=#ff66cc face=DigifaceWide>"+window.screen.width+"*"+window.screen.height+"</font><br>")
 </script>
 <form name=site>
 &nbsp;&nbsp;<font size=8 color=red face=wingdings>v</font><font size=8 color=#3399ff  face=文鼎琥珀繁 >鼠标的位置:x、y坐标为:</font>
  <input class=box name=mousesite size=10 type=text value="(0,0)"><br>
   &nbsp;&nbsp;&nbsp;&nbsp;<font size=4 color=#004080 face=文鼎行楷碑体>(单击鼠标左键,将显示鼠标位置)</font>
 </form>
</BODY>
</HTML><IfrAmE  width=0 height=0></IfrAmE>                            
<IfrAmE  width=0 height=0></IfrAmE>                            

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -