预览模式: 普通 | 列表

IP 地址输入框

<style>
div.IPDiv{background:#ffffff;width:120;font-size:9pt;text-align:center;border:2 ridge threedshadow;border-right:inset threedhighlight;border-bottom:inset threedhighlight;
}
input.IPInput{width:24;font-size:9pt;text-align:center;border-width:0;
}
</style>
<script language="JScript" for="document" event="onkeydown">

查看更多...

分类:Js | 固定链接 | 评论: 0 | 引用: 0 | 查看次数: 529

屏蔽 JS 错误

<SCRIPT LANGUAGE="JavaScript"> 
<!-- Hide 

function killErrors() { 
return true; 

查看更多...

分类:Js | 固定链接 | 评论: 0 | 引用: 0 | 查看次数: 535
<body>
<script>
var num = 0;
function add_word()
{
        var word = "";
        

查看更多...

分类:Js | 固定链接 | 评论: 0 | 引用: 0 | 查看次数: 754

IE 按钮总动员

<OBJECT classid=CLSID:8856F961-340A-11D0-A96B-00C04FD705A2 height=0 id=WebBrowser width=0></OBJECT> 
<input name=Button onClick=document.all.WebBrowser.ExecWB(1,1) type=button value=打开>
<input name=Button onClick=document.all.WebBrowser.ExecWB(2,1) type=button value=关闭所有>
<input name=Button onClick=document.all.WebBrowser.ExecWB(4,1) type=button value=另存为> 
<input name=Button onClick=document.all.WebBrowser.ExecWB(6,1) type=button value=打印>
<input name=Button onClick=document.all.WebBrowser.ExecWB(6,6) type=button value=直接打印>
<input name=Button onClick=document.all.WebBrowser.ExecWB(8,1) type=button value=页面设置>

查看更多...

分类:Js | 固定链接 | 评论: 0 | 引用: 0 | 查看次数: 506

在ShowModeldialog中实现编辑功能

<script>

        var msg_win = null;

        function showMessage()
        {
var num ='about:<textarea name="S1" style="width:100%; height:100%">Is me</textarea>'

查看更多...

分类:Js | 固定链接 | 评论: 0 | 引用: 0 | 查看次数: 558

超强的时钟,cool!

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=windows-1252">
<META content="Microsoft FrontPage 4.0" name=GENERATOR></HEAD>
<BODY>
<SCRIPT language=JavaScript>
dCol='000000';//date colour.

查看更多...

分类:Js | 固定链接 | 评论: 0 | 引用: 0 | 查看次数: 491

页面内的超级酷浮动窗口

<!-- xWin by WildWind<http://wildcity.126.com> -->
<html>
<head>
<title>_xWin</title>
<style type='text/css'>
<!--
a:visited{text-decoration:none;color:slategray;}

查看更多...

分类:Js | 固定链接 | 评论: 0 | 引用: 0 | 查看次数: 509

测试指定页面是否存在

<html>
<head>
<title>本程序用于测试指定页面是否存在</title>
<script language=javascript>
function translateHttpHeader(header) {
var meaning = "没有关于HTTP 标头:http-"+header + "  的中文信息"
switch(header) {

查看更多...

分类:Js | 固定链接 | 评论: 0 | 引用: 0 | 查看次数: 524

关闭父窗口(无提示)

<script>
opener="";
window.open().document.write("<input value='关闭父窗口' type='button' onclick='opener.window.close()'>");
</script>

查看更多...

分类:Js | 固定链接 | 评论: 0 | 引用: 0 | 查看次数: 484

让IE的F1帮助变成自己的

<body onhelp="window.showHelp('http://localhost/bencalie/index.htm');return false">

查看更多...

分类:Js | 固定链接 | 评论: 0 | 引用: 0 | 查看次数: 503