1. テキスト ボックスのフォーカスの問題 onBlur: このイベントは、入力フォーカスが失われたときに生成されます onFocus: 入力がフォーカスを獲得すると、ファイルが生成されます Onchange: テキスト値が変更されると、このイベントを生成します選択時: テキストが強調表示されたら、このファイルを生成しますテキストはクリックすると消え、フォーカスを失うと再び表示されます2. Web ボタンの特殊機能 Color style="background-color:rgb(235,207,22) "> 3. マウスが出入りすると色が変わりますonMouseOver =this.style.color="red" class="button"> 4. フラット ボタン 5. ボタンの色の変更 6. フラット入力ボックス 7. ウィンドウを指定したサイズ 8. テキストを上下にスクロールします height=60> 共和国 <BR>window.resizeTo(300,283); <BR> 9.状态栏显示该页状态 10.可以点击文字实现radio选项的选定 情侣 : 一次注册两个帐户 11.可以在文字域的font写onclick事件 12.打印 打印网页13.线型输入框 class="line"> 14.显示文档最后修改日期 <BR>function hi(str) <BR>{ <BR>document.write(document.lastModified) <BR>alert("hi"+str+"!") <BR>} <BR> 15.可以在鼠标移到文字上时就触发事件 <BR><!-- Hiding <BR>function hello() { <BR>alert("哈罗!"); <BR>} <BR> link 16.可以根据网页上的选项来确定页面颜色 background.html <BR><!-- <BR>function bgChange(selObj) { <BR>newColor = selObj.options[selObj.selectedIndex].text; <BR>document.bgColor = newColor; <BR>selObj.selectedIndex = -1; <BR>} <BR>//--> <BR> Changing Background Colors Red Orange Yellow Green Blue Indigo Violet White pink 17.将按钮的特征改变 <BR><!-- <BR>.style1 { font-size: 12px; background: #CCCCFF; border-width: thin thin thin thin; border-color: #CCCCFF <BR>#CCCCCC #CCCCCC #CCCCFF} <BR>.style2 { font-size: 12px; font-weight: bold; background: #CCFFCC; border-width: thin medium medium thin; <BR>border-color: #CCFF99 #999999 #999999 #CCFF99} <BR>--> <BR> 本例按钮的代码如下: onmouseout="this.className='style1'" class="style1"> 18.改变按钮的图片. <BR><!-- <BR>.style3 { font-size: 12px; background: url(image/buttonbg1.gif); border: 0px; width: 60px; height: 22px} <BR>.style4 { font-size: 12px; font-weight: bold; background: url(image/buttonbg2.gif); border: 0px 0; width: <BR>60px; height: 22px} <BR>--> <BR> 本例的按钮代码如下: onmouseout="this.className='style3'" class="style3"> 19.打印页面 打印本稿 20.可以直接写html语言 document.write(""); 21.改变下拉框的颜色 onChange="changelocation(document.myform.classid.options[document.myform.classid.selectedIndex].value)" size="1" style="color:#008080;font-size: 9pt"> 22.转至目标URL window.location=http://blog.csdn.net/lxs5i5j/archive/2007/01/22/"http://guoguo" 23.传递该object的form UpdateSN('guoqiang99267',this.form) function UpdateSN(strValue,strForm) { strForm.SignInName.value = strValue; return false; } 24.文字标签 >guoqiang99859 25.layer2为组件的ID,可以控制组件是否可见 document.all.item('Layer2').style.display = "block"; document.all.item('Layer2').style.display = "none";// 26.将页面加入favorite中 <BR><!-- <BR>function Addme(){ <BR>url = http://blog.csdn.net/lxs5i5j/archive/2007/01/22/"http://your.site.address"; //你自己的主页地址 <BR>title = "Your Site Name"; //你自己的主页名称 <BR>window.external.AddFavorite(url,title); <BR>--> <BR>// 27.过10秒自动关闭页面 function closeit() { setTimeout("self.close()",10000) } 28.可以比较字符的大小 char=post.charAt(i); if(!('0'29.将字符转化为数字 month = parseInt(char) 30.点击value非空的选项时转向指定连接 主办单位 ----------------- 北京日报 北京晚报 31.改变背景颜色 onmouseout="this.bgColor='#FAFBFC';"> 32.改变文字输入框的背景颜色 <BR>.input2 {background-image: url('../images/inputbg.gif'); font-size: 12px; background-color: <BR>#D0DABB;border-top-width:1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px} <BR> 33.改变水平线的特征 34.传递参数的方式 8 35.页内跳转 1 2 3 4 5 6 7 dfdf dfdf// 36.两个按键一起按下 if(event.ctrlKey && window.event.keyCode==13)// 37.刷新页面 javascript:this.location.reload()// 38.将网页的按钮使能 <BR>function haha() <BR>{ <BR>for(var i=0;i<document.form1.elements.length;i++) <BR>{ <BR>if(document.form1.elements[i].name.indexOf("bb")!=-1) <BR>document.form1.elements[i].disabled=!document.form1.elements[i].disabled; <BR>} <BR>} <BR> 39.文字移动 40.双击网页自动跑 <BR>var currentpos,timer; <BR>function initialize() <BR>{ <BR>timer=setInterval("scrollwindow()",1); <BR>} <BR>function sc() <BR>{ <BR>clearInterval(timer); <BR>} <BR>function scrollwindow() <BR>{ <BR>currentpos=document.body.scrollTop; <BR>window.scroll(0,++currentpos); <BR>if (currentpos != document.body.scrollTop) <BR>sc(); <BR>} <BR>document.onmousedown=sc <BR>document.ondblclick=initialize <BR>// 41.后退 42.前进 43.刷新 44.转向指定网页 document.location=http://blog.csdn.net/lxs5i5j/archive/2007/01/22/"http://ww"或者document.location.assign(http://blog.csdn.net/lxs5i5j/archive/2007/01/22/"http://guoguo.com") 45.在网页上显示实时时间 <BR>var clock_id; <BR>window.onload=function() <BR>{ <BR>clock_id=setInterval("document.form1.txtclock.value=(new Date);",1000) <BR>} <BR>// 46.可以下载文件 document.location.href="目标文件"// 47.连接数据库 import java.sql.*; String myDBDriver="sun.jdbc.odbc.JdbcOdbcDriver"; Class.forName(myDBDriver); Connection conn=DriverManager.getConnection("jdbc:odbc:firm","username","password"); Statement stmt=conn.createStatement(); ResultSet rs=stmt.executeQuery(sql); rs.getString("column1");// 48.可以直接在页面“div”内写下所需内容 // 49. 双線にするために、トップ面上の接続の形式を変更できます <BR>A:link {text-decoration: none; color:#0000FF; font-family: 宋体} <BR>A:visited {text-decoration: none; color: #0000FF; font-family: 宋体} <BR>A:hover {text-decoration: underline overline; color: FF0000} <BR> A:link {text-decoration: none;色:#0000FF; font-family: 宋体} <BR>A:link {text-decoration: none; color:#0000FF; font-family: 宋体} <BR>A:visited {text-decoration: none; color: #0000FF; font-family: 宋体} <BR>A:hover {text-decoration: underline overline line-through; color: FF0000} <BR>TH{FONT-SIZE: 9pt} <BR>TD{FONT-SIZE: 9pt} <BR>body {SCROLLBAR-FACE-COLOR: #A9D46D; SCROLLBAR-HIGHLIGHT-COLOR: #e7e7e7;SCROLLBAR-SHADOW-COLOR:#e7e7e7; <BR>SCROLLBAR-3DLIGHT-COLOR: #000000; LINE-HEIGHT: 15pt; SCROLLBAR-ARROW-COLOR: #ffffff; <BR>SCROLLBAR-TRACK-COLOR: #e7e7e7;} <BR>INPUT{BORDER-TOP-WIDTH: 1px; PADDING-RIGHT: 1px; PADDING-LEFT: 1px; BORDER-LEFT-WIDTH: 1px; FONT-SIZE: <BR>9pt; BORDER-LEFT-COLOR: #cccccc; <BR>BORDER-BOTTOM-WIDTH: 1px; BORDER-BOTTOM-COLOR: #cccccc; PADDING-BOTTOM: 1px; BORDER-TOP-COLOR: #cccccc; <BR>PADDING-TOP: 1px; HEIGHT: 18px; BORDER-RIGHT-WIDTH: 1px; BORDER-RIGHT-COLOR: #cccccc} <BR>DIV,form ,OPTION,P,TD,BR{FONT-FAMILY: 宋体; FONT-SIZE: 9pt} <BR>textarea, select {border-width: 1; border-color: #000000; background-color: #efefef; font-family: 宋体; <BR>font-size: 9pt; font-style: bold;} <BR>.text { font-family: "宋体"; font-size: 9pt; color: #003300; border: #006600 solid; border-width: 1px 1px <BR>1px 1px} <BR>A:visited {text-decoration: none;色: #0000FF; font-family: 宋体} A:hover {text-decoration: 下線 上線; color: FF0000} A:link {text-decoration: none;色:#0000FF; font-family: 宋体} A:visited {text-decoration: none;色: #0000FF; font-family: 宋体} A:hover {text-decoration: 下線 上線 改行;カラー: FF0000} TH{FONT-SIZE: 9pt} TD{FONT-SIZE: 9pt} ボディ {SCROLLBAR-FACE-COLOR: #A9D46D;スクロールバー-ハイライト-カラー: #e7e7e7;スクロールバー-シャドウ-カラー:#e7e7e7; スクロールバー-3Dライト-カラー: #000000;行の高さ: 15pt;スクロールバーの矢印の色: #ffffff; SCROLLBAR-TRACK-COLOR: #e7e7e7;} INPUT{BORDER-TOP-WIDTH: 1px;パディング右: 1px;パディング左: 1px;ボーダーの左の幅: 1px;フォント サイズ: 9pt;ボーダー左の色: #cccccc; ボーダーの下の幅: 1px;ボーダーの下の色: #cccccc;パディングボトム: 1px;ボーダートップカラー: #cccccc; パディングトップ: 1px;高さ: 18ピクセル;ボーダーの右幅: 1px; BORDER-RIGHT-COLOR: #cccccc} DIV,form ,OPTION,P,TD,BR{FONT-FAMILY: 宋体; FONT-SIZE: 9pt} テキストエリア、{border-width: 1; を選択します。境界線の色: #000000;背景色: #efefef;フォントファミリー: 宋体; フォントサイズ: 9pt; font-style: 太字;} .text { font-family: "宋体";フォントサイズ: 9pt;色: #003300;ボーダー: #006600 ソリッド; border-width: 1px 1px 1px 1px} 完全なcss 50.新建frame href="javascript:newframe('http://www .163.net/help/a_little/index.html','http://www.163.net/help/a_little /a_13.html')"> 51.向文件中写内容 String str = "print me"; //常にルートからのパスを指定します。この方法では、ほぼ常に機能します。 String nameOfTextFile = "/usr/anil/imp.txt"; 試してください { PrintWriter pw = new PrintWriter(new FileOutputStream(nameOfTextFile)); pw.println(str); //クリーンアップ pw.close(); } catch(IOException e) { out.println(e.getMessage()); } %> 52.先读文再文件 eryrytry int count=0; FileInputStream fi =new FileInputStream ("count.txt"); ObjectInputStream si= 新しい ObjectInputStream (fi); <BR>カウント =si.readInt(); <BR>カウント; <BR>out.print(count); <input type="submit" value="c: drive">si.close(); FileOutputStream fo =new FileOutputStream ("count.txt"); ObjectOutputStream so= new ObjectOutputStream (fo); so.writeInt(count); so.close(); %> 53.直線型输入框 54.背景を変更することができます。 onmouseout=this.className='mouseout';>color="#000000">录音笔 。 Mouseoverbt { background-image: url(file:///c|/">// 85.当前画面の分辨率 screen.width、screen .height// 86.設定表格内の内容 tbl.rows[0].cells[1].innerText=document.form.text1.value;// 87.本地快捷键 网上邻居 我的電脑 <BR>window.resizeTo(300,283); <BR> <BR>function hi(str) <BR>{ <BR>document.write(document.lastModified) <BR>alert("hi"+str+"!") <BR>} <BR> <BR><!-- Hiding <BR>function hello() { <BR>alert("哈罗!"); <BR>} <BR> <BR><!-- <BR>function bgChange(selObj) { <BR>newColor = selObj.options[selObj.selectedIndex].text; <BR>document.bgColor = newColor; <BR>selObj.selectedIndex = -1; <BR>} <BR>//--> <BR> <BR><!-- <BR>function Addme(){ <BR>url = http://blog.csdn.net/lxs5i5j/archive/2007/01/22/"http://your.site.address"; //你自己的主页地址 <BR>title = "Your Site Name"; //你自己的主页名称 <BR>window.external.AddFavorite(url,title); <BR>--> <BR>我的文档 <BR>function haha() <BR>{ <BR>for(var i=0;i<document.form1.elements.length;i++) <BR>{ <BR>if(document.form1.elements[i].name.indexOf("bb")!=-1) <BR>document.form1.elements[i].disabled=!document.form1.elements[i].disabled; <BR>} <BR>} <BR> <BR>var currentpos,timer; <BR>function initialize() <BR>{ <BR>timer=setInterval("scrollwindow()",1); <BR>} <BR>function sc() <BR>{ <BR>clearInterval(timer); <BR>} <BR>function scrollwindow() <BR>{ <BR>currentpos=document.body.scrollTop; <BR>window.scroll(0,++currentpos); <BR>if (currentpos != document.body.scrollTop) <BR>sc(); <BR>} <BR>document.onmousedown=sc <BR>document.ondblclick=initialize <BR> <BR>var clock_id; <BR>window.onload=function() <BR>{ <BR>clock_id=setInterval("document.form1.txtclock.value=(new Date);",1000) <BR>} <BR> <BR>var contents='<style>body,td{font:menu}img{cursor:hand}'; <BR>contents+='<title>你要关闭我吗'; <BR>contents+='<body bgcolor=menu>'; <BR>contents+='<table width=100% height=100% border=0>'; <BR>contents+='<tr><td align=center>'; <BR>contents+='你要关闭我吗?<br>'; <BR>contents+='<img src=http://www.aspxclub.com/UploadFile/Material/1/1281.gif onclick=self.close() alt="一般的な JavaScript コーディング手法のコレクション_フォーム効果">'; <BR>contents+='<img src=http://www.aspxclub.com/UploadFile/Material/1/1282.gif onclick=self.close() alt="一般的な JavaScript コーディング手法のコレクション_フォーム効果">'; <BR>contents+=' '; showModalDialog("about:"+contents+"","","dialogHeight:50px;dialogWidth:250px;help:no;status:no") document.write(contents); <BR>mathstr=12; <BR>document.write ("<v:rect fillcolor='red' <BR>style='width:20;color:navy;height:"+5000/(1000/mathstr)+"'><br> %"+mathstr+"<br>4人<v:Extrusion <BR>backdepth='15pt' on='true'/>") <BR>回收站 <BR>function show(pie) <BR>{ <BR>pie.strokecolor=pie.fillcolor; <BR>pie.strokeweight=10; <BR>div1.innerHTML="<font size=2 color=red> " + pie.id +" <font size=2>" + pie.title + ""; <BR>} <BR>function hide(pie) <BR>{ <BR>pie.strokecolor="white"; <BR>pie.strokeweight=1; <BR>div1.innerHTML=""; <BR>} <BR> target="_blank">制御パネル 拨号网络(windows 2000) 88.IE菜单 0//改变按钮上的图片 //创建新连接 //打印 //另存为htm //另存为txt document.execCommand("SaveAs")//保存为 document.execCommand('undo')//撤销上一次操作 89.web对话框 <BR>var contents='<style>body,td{font:menu}img{cursor:hand}'; <BR>contents+='<title>你要关闭我吗'; <BR>contents+='<body bgcolor=menu>'; <BR>contents+='<table width=100% height=100% border=0>'; <BR>contents+='<tr><td align=center>'; <BR>contents+='你要关闭我吗?<br>'; <BR>contents+='<img src=http://www.aspxclub.com/UploadFile/Material/1/1281.gif onclick=self.close() alt="一般的な JavaScript コーディング手法のコレクション_フォーム効果">'; <BR>contents+='<img src=http://www.aspxclub.com/UploadFile/Material/1/1282.gif onclick=self.close() alt="一般的な JavaScript コーディング手法のコレクション_フォーム効果">'; <BR>contents+=''; <BR>showModalDialog("about:"+contents+"","","dialogHeight:50px;dialogWidth:250px;help:no;status:no") <BR>document.write(contents); <BR>// 90.取第x,y的值 // 91.向新打开的网页上写内容 newwin=window.open('about:blank','','top=10'); newwin.document.write('');// 93.返回 javascript:history.go(-2);// 94.将页面上选中的内容复制到剪贴板 abcdefg onclick="window.clipboardData.setData('text',document.selection.createRange().text);" value='复制页面选中 的字符'>// 95.将页面上选中的内容复制到剪贴板 kjhkjhkhkj//// 96.鼠标移到下拉框时自动全部打开 // 97.获得本机的文件 var fso = new ActiveXObject("Scripting.FileSystemObject"); var f1 = fso.GetFile("C:\\bsitcdata\\ejbhome.xml"); alert("File last modified: " + f1.DateLastModified); // 98.判断客户端是否是IE浏览器 因为 document.all 是 IE 的特有属性,所以通常用这个方法来判断客户端是否是IE浏览器 ,document.all?1:0; 99.创建新的下拉框选项 new Option(text,value)这样的函数// 100.在页面上画柱状图 <BR>td{font-size:12px} <BR>body{font-size:12px} <BR>v\:*{behavior:url(#default#VML);} //这里声明了v作为VML公用变量 <BR> <BR>mathstr=12; <BR>document.write ("<v:rect fillcolor='red' <BR> style="max-width:90%"+5000/(1000/mathstr)+"'><br> %"+mathstr+"<br>4人<v:Extrusion <BR>backdepth='15pt' on='true'/>") <BR> %124人backdepth='15pt' on='true'/> %124人backdepth='15pt' on='true'/>// 101.饼图 <BR>v\:* { behavior: url(#default#VML) } <BR>o\:* { behavior: url(#default#VML) } <BR>.shape { behavior: url(#default#VML) } <BR> <BR>function show(pie) <BR>{ <BR>pie.strokecolor=pie.fillcolor; <BR>pie.strokeweight=10; <BR>div1.innerHTML="<font size=2 color=red> " + pie.id +" <font size=2>" + pie.title + ""; <BR>} <BR>function hide(pie) <BR>{ <BR>pie.strokecolor="white"; <BR>pie.strokeweight=1; <BR>div1.innerHTML=""; <BR>} <BR> onmouseover='javascript:show(this);' onmouseout='javascript:hide(this);' href='http://www.cnADO.com' CoordSize='10,10' strokecolor='white' fillcolor='#ffff33'> onmouseover='javascript:show(this);' onmouseout='javascript:hide(this);' href='http://www.cnADO.com' CoordSize='10,10' strokecolor='white' fillcolor='#ff9933'> onmouseover='javascript:show(this);' onmouseout='javascript:hide(this);' href='http://www.cnADO.com' CoordSize='10,10' strokecolor='white' fillcolor='#3399ff'> onmouseover='javascript:show(this);' onmouseout='javascript:hide(this);' href='http://www.cnADO.com' CoordSize='10,10' strokecolor='white' fillcolor='#99ff33'> onmouseover='javascript:show(this);' onmouseout='javascript:hide(this);' href='http://www.cnADO.com' CoordSize='10,10' strokecolor='white' fillcolor='#ff6600'> onmouseover='javascript:show(this);' onmouseout='javascript:hide(this);' href='http://www.cnADO.com' CoordSize='10,10' strokecolor='white' fillcolor='#ff99ff'> style='fontsize:2'>asp技术/> style='fontsize:2'>php/> style='fontsize:2'>jsp/> style='fontsize:2'>c#写的.netWEB程序/> vb.net 写的.netWEB程序/> xml技术 /> style="border-collapse: collapse" bordercolor="#CCCCCC" width="100%" ID="Table1"> // 102.是一个特殊的容器,想装个网页都行 //button 103.外部的html代码 event.srcElement.outerHTML// 104.标识当前的IE事件的触发器 event.srcElement和event.keyCode// 105.事件类型 event.type// 106.动态改变类型 <BR>.Overnone { border-width:0;background-color:darkblue;cursor:default;color:gold;width:115} <BR>.Outnone {border-width:0;background-color:white;cursor:default;width:115} <BR> // 107.页面翻转 //