北京小妞
著名写手
著名写手
  • 铜币0枚
  • 威望0点
  • 贡献值0点
阅读:704回复:4

[求助]这段是什么意思?java script

楼主#
更多 发布于:2005-09-01 10:20
<SCRIPT type="text/javascript">
        var browserOS=navigator.userAgent;
//only when on linux, check and ask to download
if(browserOS.lastIndexOf('Linux') != -1){
         var   javaPlugin= 0;
         for (i=0; i < navigator.plugins.length; i++) {
                if(navigator.plugins.name>='Java(TM) Plug-in 1.4.2_03-b02'){
                        javaPlugin++;
                }
         }
         if(javaPlugin<1){
                 alert("The required Java plugin is not installed on your machine, please follow the instruction to install it.");
document.location="jvmDownload.html";
}
}
</SCRIPT>
[b] [color=#ff0036]Every breath you take Every move you make Every bond you break Every step you take I'll be watching you Every single day Every word you say Every game you play Every night you say I'll be watching you O can't you see You belong to me How my poor heart aches With every step you take Every move you make Every vow you break Every smile you fake Every claim you stake I'll be watching you[/color] [/b]
北京小妞
著名写手
著名写手
  • 铜币0枚
  • 威望0点
  • 贡献值0点
1C#
发布于:2005-09-01 13:52
Re:[求助]这段是什么意思?java script
rangnisiwangle
[b] [color=#ff0036]Every breath you take Every move you make Every bond you break Every step you take I'll be watching you Every single day Every word you say Every game you play Every night you say I'll be watching you O can't you see You belong to me How my poor heart aches With every step you take Every move you make Every vow you break Every smile you fake Every claim you stake I'll be watching you[/color] [/b]
suchasplus
作家
作家
  • 铜币16枚
  • 威望11点
  • 贡献值1点
2C#
发布于:2005-09-01 11:55
Re:[求助]这段是什么意思?java script
我记得楼主很Niu的啊.........
The history of these days will be written in blood... By crushing the armies of our enemy, by seizing the weapons they thought to turn against us, we were fighting for our very existence!
0000
作家
作家
  • 铜币143枚
  • 威望34点
  • 贡献值1点
3C#
发布于:2005-09-01 10:47
Re:[求助]这段是什么意思?java script
检测有没有装JRE
.--. |o_o | |:_/ | // \ \ (| | ) /'\_ _/`\ \___)=(___/
北京小妞
著名写手
著名写手
  • 铜币0枚
  • 威望0点
  • 贡献值0点
4C#
发布于:2005-09-01 10:22
Re:[求助]这段是什么意思?java script
还有这些,他们上下联系的


<script type="text/javascript">
<!--
  // Put the cursor into the first field
  document.LOGIN.uid.focus();
// -->
</script>
[b] [color=#ff0036]Every breath you take Every move you make Every bond you break Every step you take I'll be watching you Every single day Every word you say Every game you play Every night you say I'll be watching you O can't you see You belong to me How my poor heart aches With every step you take Every move you make Every vow you break Every smile you fake Every claim you stake I'll be watching you[/color] [/b]
游客

返回顶部