天天看點

231個javascript特效分享(上)

1.????妗????歸??棰?

onBlur:褰?澶卞?昏??ョ???瑰??浜х??璇ヤ?浠? onFocus:褰?杈??ヨ?峰????瑰??锛?浜х??璇ユ??浠? Onchange:褰???瀛??兼?瑰???訛?浜х??璇ヤ?浠? Onselect:褰???瀛???浜???锛?浜х??璇ユ??浠?

<input type="text" value="mm">?瑰?繪?舵??瀛?娑?澶憋?澶卞?葷???規?舵??瀛????虹??

2.缃?椤墊???????規??棰??? <input type=button name="Submit1" value="??寮? size=10 class="s02"

style="

3.榧???绉誨?ョЩ?烘?堕??插????

<input type="submit" value="?懼?? name="B1" onMouseOut=this.style.color="blue"

onMouseOver=this.style.color="red" class="button">

4.骞抽?㈡????

<input type=submit value=璁㈤?? style="border:1px solid :#666666; height:17px; width:25pt; font-size:9pt;

color:#666666" name="submit">

5.????棰??插????

<input type=text name="nick" style="border:1px solid #666666; font-size:9pt; height:17px;

color:#ff6600" size="15" maxlength="16">

6.骞抽?㈣??ユ?

<input type="text" name="T1" size="20" style="border-style: solid; border-width: 1">

7.浣跨???e??????瀹???澶у?

<script>

window.resizeTo(300,283);

</script>

8.浣挎??瀛?涓?涓?婊??? <marquee direction=up scrollamount=1 scrolldelay=100 慰nm慰use慰ver='this.stop()' 慰nm慰use慰ut='this.start()'

height=60>

<!-- head_scrolltext -->

<tr>

<td>

?卞???? </table> <!-- end head_scrolltext -->

</marquee>

9.?舵?????劇ず璇ラ〉?舵??

<base>

10.??浠ョ?瑰?繪??瀛?瀹???adio??椤圭????瀹?

<br>

? ? <input type="radio" name="regtype" value="A03" id="A03">

<label for="A03"> ??渚?: 涓?娆℃敞??涓や釜甯???lt;/label> <br>

11.??浠ュ?ㄦ??瀛?????font??onclick浜?浠?

12.????lt;/a>???扮?椤? <a href='javascript:window.print ()'>

13.绾垮??杈??ユ?

<input type="text" name="key" size="12" value="?抽??瀛?" onFocus=this.select() onMouseOver=this.focus()

class="line">

14.?劇ず??妗f????淇??規?ユ??

<script language=javascript>

function hi(str)

{

document.write(document.lastModified)

alert("hi"+str+"!")

}

</script>

15.??浠ュ?ㄩ???绉誨?版??瀛?涓??跺氨瑙???浜?浠? <html>

<head>

<script language="LiveScript">

<!-- Hiding

function hello() {

alert("??缃?!");

}

</script>

</head>

<body>

<a href="" target="_blank" rel="external nofollow" >link</a>

</body>

</html>

16.??浠ユ?規??缃?椤典?????椤規?ョ‘瀹?椤甸?㈤??? <HTML>

<HEAD>

<TITLE>background.html</TITLE>

</HEAD>

<SCRIPT>

<!--

function bgChange(selObj) {

newColor = selObj.options[selObj.selectedIndex].text;

document.bgColor = newColor;

selObj.selectedIndex = -1;

}

//-->

</SCRIPT>

<BODY STYLE="font-family:Arial">

<B>Changing Background Colors</B>

<BR>

<FORM>

<SELECT SIZE="8">

<OPTION>Red

<OPTION>Orange

<OPTION>Yellow

<OPTION>Green

<OPTION>Blue

<OPTION>Indigo

<OPTION>Violet

<OPTION>White

<OPTION>pink

</SELECT>

</FORM>

</BODY>

</HTML>

17.灏????????瑰??瑰??

<style type="text/css">

<!--

.style1 { font-size: 12px; background: #CCCCFF; border-width: thin thin thin thin; border-color: #CCCCFF

#CCCCCC #CCCCCC #CCCCFF}

.style2 { font-size: 12px; font-weight: bold; background: #CCFFCC; border-width: thin medium medium thin;

border-color: #CCFF99 #999999 #999999 #CCFF99}

-->

</style>

??????渚???????浠g??濡?涓?锛?

<input type="submit" name="Submit" value="?? 浜?

慰nm慰use慰ut="this.className='style1'" class="style1">

18.?瑰?????????劇??.

<style type="text/css">

<!--

.style3 { font-size: 12px; background: url(image/buttonbg1.gif); border: 0px; width: 60px; height: 22px}

.style4 { font-size: 12px; font-weight: bold; background: url(image/buttonbg2.gif); border: 0px 0; width:

60px; height: 22px}

-->

</style>

??????渚???????浠g??濡?涓?锛?

<input type="submit" name="Submit2" value="?? 浜?

慰nm慰use慰ut="this.className='style3'" class="style3">

19.???伴〉?? <div align="center"><a class="content" href="javascript:doPrint();" target="_blank" rel="external nofollow" >???版??绋?lt;/a></div>

20.??浠ョ?存?ュ??html璇?瑷?

document.write("");

21.?瑰??涓???妗???棰??? <select name="classid"

onChange="changelocation(document.myform.classid.options[document.myform.classid.selectedIndex].value)"

size="1" style="color:#008080;font-size: 9pt">

22.杞??崇????URL

window.location="http://guoguo"

23.浼???璇?bject??form

UpdateSN('guoqiang99267',this.form)

function UpdateSN(strValue,strForm)

{

strForm.SignInName.value = strValue;

return false;

}

24.??瀛???绛? <label for="AltName4"><input name="AltName" type="RADIO" tabindex="931" id="AltName4"

>guoqiang99859</label>

25.layer2涓虹?浠剁??ID锛???浠ユ?у?剁?浠舵??????瑙?

document.all.item('Layer2').style.display = "block";

document.all.item('Layer2').style.display = "none";//

26.灏?椤甸?㈠????avorite涓?

<script language=javascript>

<!--

function Addme(){

url = "http://your.site.address"; //浣???宸辯??涓婚〉?闆??

title = "Your Site Name"; //浣???宸辯??涓婚〉??绉? window.external.AddFavorite(url,title);

-->

</script>//

27.杩?10绉????ㄥ?抽??椤甸?? < script language="JavaScript" >

function closeit() {

setTimeout("self.close()"锛?10000)

}

< /script >

28.??浠ユ??杈?瀛?绗???澶у?

char=post.charAt(i);

if(!('0'<=char&&char<='9'))

29.灏?瀛?绗?漿??涓烘?闆??

month = parseInt(char)

30.?瑰??alue??绌虹????椤規?惰漿????瀹?杩??? <select 慰nchange='if(this.value!="")window.open(this.value)' class="textinput">

<option selected>涓誨????浣?</option>

<option>-----------------</option>

<option value="http://www.bjd.com.cn/">??浜??ユ??lt;/option>

<option value="http://www.ben.com.cn/">??浜?????lt;/option>

</select>

31.?瑰??????棰??? <td width=* class="dp" bgColor=#FAFBFC

慰nm慰use慰ut="this.bgColor='#FAFBFC';">

32.?瑰????瀛?杈??ユ???????棰??? <style>

.input2 {background-image: url('../images/inputbg.gif'); font-size: 12px; border-top-width:1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px}

</style>

<input name=content type=text size="47" class="input2" maxlength="50">

33.?瑰??姘村鈎绾跨???瑰?

<hr size="0" noshade color="#C0C0C0">

34.浼??????扮???瑰?

<a href="vote.asp?CurPage=8&id=3488" target="_blank" rel="external nofollow" >8</a>

35.椤靛??璺寵漿

<a href="#1" target="_blank" rel="external nofollow" >1</a>

<a href="#2" target="_blank" rel="external nofollow" >2</a>

<a href="#3" target="_blank" rel="external nofollow" >3</a>

<a href="#4" target="_blank" rel="external nofollow" >4</a>

<a href="#5" target="_blank" rel="external nofollow" >5</a>

<a href="#6" target="_blank" rel="external nofollow" >6</a>

<a href="#7" target="_blank" rel="external nofollow" >7</a>

<a name="1">dfdf</a>

<a name="2">dfdf</a>//

36.涓や釜????涓?璧鋒??涓?

if(event.ctrlKey && window.event.keyCode==13)//

37.?鋒?伴〉?? javascript:this.location.reload()//

38.灏?缃?椤電??????浣胯?? <SCRIPT LANGUAGE="JavaScript">

function haha()

{

for(var i=0;i<document.form1.elements.length;i++)

{

if(document.form1.elements.name.indexOf("bb")!=-1)

document.form1.elements.disabled=!document.form1.elements.disabled;

}

}

</SCRIPT>

<BODY><form name=form1>

<INPUT TYPE="button" NAME="aa " value=cindy 慰nclick=haha()>

<INPUT TYPE="button" NAME="bb " value=guoguo>

<INPUT TYPE="button" NAME="bb " value=guoguo>

39.??瀛?绉誨?? <marquee scrollamount=3 慰nm慰use慰ver=this.stop(); 慰nm慰use慰ut=this.start();>

40.???葷?椤佃???ㄨ?

<SCRIPT LANGUAGE="JavaScript">

var currentpos,timer;

function initialize()

{

timer=setInterval("scrollwindow()",1);

}

function sc()

{

clearInterval(timer);

}

function scrollwindow()

{

currentpos=document.body.scrollTop;

window.scroll(0,++currentpos);

if (currentpos != document.body.scrollTop)

sc();

}

document.慰nm慰used慰wn=sc

document.慰ndblclick=initialize

</SCRIPT>//

41.????

<INPUT TYPE="button" 慰nclick=window.history.back() value=back>

42.??杩?

<INPUT TYPE="button" 慰nclick=window.history.forward() value=forward>

43.?鋒?? <INPUT TYPE="button" 慰nclick=document.location.reload() value=reload>

44.杞?????瀹?缃?椤? document.location="http://ww"????document.location.assign("http://guoguo.com")

45.?ㄧ?椤典??劇ず瀹??舵?堕?? <SCRIPT LANGUAGE="JavaScript">

var clock_id;

window.慰nl慰ad=function()

{

clock_id=setInterval("document.form1.txtclock.value=(new Date);",1000)

}

</SCRIPT>//

46.??浠ヤ?杞芥??浠? document.location.href="??????浠? target="_blank" rel="external nofollow" //

47.杩??ユ?版??搴?

import java.sql.*;

String myDBDriver="sun.jdbc.odbc.JdbcOdbcDriver";

Class.forName(myDBDriver);

Connection conn=DriverManager.getConnection("jdbc

231個javascript特效分享(上)

dbc:firm","username","password");

Statement stmt=conn.createStatement();

ResultSet rs=stmt.executeQuery(sql);

rs.getString("column1");//

48.??浠ョ?存?ュ?ㄩ〉?⑩??div??????涓???????瀹? <INPUT TYPE="button">

<div id=a1></div>//

49.??浠ユ?瑰??椤甸?????杩??ョ???煎?锛?浣垮?朵負??绾? <style>

A:link {text-decoration: none; color:#0000FF; font-family: 瀹?浣?}

A:visited {text-decoration: none; color: #0000FF; font-family: 瀹?浣?}

A:hover {text-decoration: underline overline; color: FF0000}

</style>

<style>

A:link {text-decoration: none; color:#0000FF; font-family: 瀹?浣?}

A:visited {text-decoration: none; color: #0000FF; font-family: 瀹?浣?}

A:hover {text-decoration: underline overline line-through; color: FF0000}

TH{FONT-SIZE: 9pt}

TD{FONT-SIZE: 9pt}

body {SCROLLBAR-FACE-COLOR: #A9D46D; SCROLLBAR-HIGHLIGHT-COLOR: #e7e7e7;SCROLLBAR-SHADOW-COLOR:#e7e7e7;

SCROLLBAR-3DLIGHT-COLOR: #000000; LINE-HEIGHT: 15pt; SCROLLBAR-ARROW-COLOR: #ffffff;

SCROLLBAR-TRACK-COLOR: #e7e7e7;}

INPUT{BORDER-TOP-WIDTH: 1px; PADDING-RIGHT: 1px; PADDING-LEFT: 1px; BORDER-LEFT-WIDTH: 1px; FONT-SIZE:

9pt; BORDER-LEFT-COLOR: #cccccc;

BORDER-BOTTOM-WIDTH: 1px; BORDER-BOTTOM-COLOR: #cccccc; PADDING-BOTTOM: 1px; BORDER-TOP-COLOR: #cccccc;

PADDING-TOP: 1px; HEIGHT: 18px; BORDER-RIGHT-WIDTH: 1px; BORDER-RIGHT-COLOR: #cccccc}

DIV,form ,OPTION,P,TD,BR{FONT-FAMILY: 瀹?浣?; FONT-SIZE: 9pt}

textarea, select {border-width: 1; border-color: #000000; background-color: #efefef; font-family: 瀹?浣?;

font-size: 9pt; font-style: bold;}

.text { font-family: "瀹?浣?"; font-size: 9pt; color: #003300; border: #006600 solid; border-width: 1px 1px

1px 1px}

</style>瀹??寸??css

50.?闆緩frame

<a

href="javascript:newframe('http://www.163.net/help/a_little/index.html','http://www.163.net/help/a_little

/a_13.html')" target="_blank" rel="external nofollow" ><img alt=甯???http://bjpic.163.net/images/mail/button-help.gif"></a>

51.????浠朵腑????瀹? <%@ page import="java.io.*" %>

<%

String str = "print me";

//always give the path from root. This way it almost always works.

String nameOfTextFile = "/usr/anil/imp.txt";

try

{

??PrintWriter pw = new PrintWriter(new FileOutputStream(nameOfTextFile));

??pw.println(str);

??//clean up

??pw.close();

}

catch(IOException e)

{

??out.println(e.getMessage());

}

%>

52.??璇繪??浠跺??????浠? <%@ page language = "java" %>

<%@ page contentType = "text/html; charSet=gb2312" %>

<%@ page import ="java.util.*" %>

<%@ page import ="java.lang.*" %>

<%@ page import ="javax.servlet.*" %>

<%@ page import ="javax.servlet.jsp.*" %>

<%@ page import ="javax.servlet.http.*" %>

<%@ page import="java.io.*" %>

eryrytry

<%

int count=0;

FileInputStream fi =new FileInputStream ("count.txt");

ObjectInputStream si= new ObjectInputStream (fi);

count =si.readInt();

count++;

out.print(count);

si.close();

FileOutputStream fo =new FileOutputStream ("count.txt");

ObjectOutputStream so= new ObjectOutputStream (fo);

so.writeInt(count);

so.close();

%>

53.?寸嚎??杈??ユ?

<INPUT name=Password size=10 type=password style="border-left-width: 0; border-right-width: 0;

border-top-width: 0; border-bottom-style: solid; border-bottom-width: 1;?

54.??浠ュ??????逛負?????х?訛???杩??瑰??css?瑰??灞??? <td width="65" align="center" bgcolor="#E0E0E0" 慰nm慰use慰ver=this.className='mouseoverbt';

慰nm慰use慰ut=this.className='mouseout';><a href="tm.asp?classid=76" target="_blank" rel="external nofollow" ><font

color="#000000">褰??崇??</font></a></td>

<style>

.mouseoverbt

{

background-image: url(

231個javascript特效分享(上)

);

background-repeat: no-repeat;

}

.mouseout

{

background-color: #E0E0E0;

}

</style>

55.???舵??涓?CTRL??Q??

document.慰nkeyd慰wn=function()

{

if(event.ctrlKey&&event.keyCode==81)

{alert(1)}

}//

56.浠ヤ???涓?涓?瀹??寸???劇ずhint??浠g??锛??舵???蟲??褰?榧?????????灏?div涓?????瀹規?劇ず?ㄩ????猴?褰?榧???绉誨?哄???ㄥ?璇?iv??

????

---------------------------------------------------------------------------------------------------------

------------

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

<HTML>

<style>

#hint{

width:198px;

border:1px solid #000000;

background:#99ff33;

position:absolute;

z-index:9;

padding:6px;

line-height:17px;

text-align:left;

top: 1520px;

}

</style>

<SCRIPT LANGUAGE="JavaScript">

<!--

function showme()

{

var oSon=window.document.getElementById("hint");

if (oSon==null) return;

with (oSon)

{

??innerText=guoguo.value;

??style.display="block";

??style.pixelLeft=window.event.clientX+window.document.body.scrollLeft+6;

??style.pixelTop=window.event.clientY+window.document.body.scrollTop+9;

}

}

function hidme()

{

var oSon=window.document.getElementById("hint");

if (oSon==null) return;

oSon.style.display="none";

}

//-->

</SCRIPT>

<BODY>

<text id=guoguo value=ga>

<a href=# 慰nm慰use慰ver=showme() 慰nm慰use慰ut=hidme() 慰nm慰usem慰ve=showme() son=hint>dfdfd</a>

<div id=hint style="display:none"></div>

</BODY>

</HTML>

---------------------------------------------------------------------------------------------------------

------------

57.寮瑰?虹???? ?規?涓?锛?<body> 娴?瑙??ㄨ?婚〉?㈡?跺脊?虹???o?

?規?浜?锛?<body> 娴?瑙??ㄧ?寮?椤甸?㈡?跺脊?虹???o?

?規?涓?锛??ㄤ?涓?杩??ヨ????<a href="#" target="_blank" rel="external nofollow" >??寮?涓?涓?绐???lt;/a>

娉ㄦ??锛?浣跨?ㄧ??"#"????杩??ャ??

?規???锛??ㄤ?涓?????璋????<input type="button" value="??寮?绐???> 浣??惰?杞?cript

58.?ㄦ???瑰??瀛?浣???澶у?

function doZoom(size)

{

??document.getElementById('zoom').style.fontSize=size+'px'

}

function aa()

{

??var newWin=window.open(url);

??newWin.document.form1.text1.value=value1;

}?瑰??寮瑰?虹???d?????灞??? opener.document.form2.text2.value=value2;?瑰???剁???g????????

59.?ゆ????浣?绉?娴?瑙??? var name = navigator.appName;

if (name == "Microsoft Internet Explorer")

alert("IE");

else if (name == "Netscape")

alert("NS");//

60.vbsscript纭?瀹?妗?

<script language="VBScript">

<!--

MsgBox "纭?瀹????ゅ??锛?", 4

//-->

</script>//

61.澶??跺??瀹瑰?闆?????? function JM_cc(bb)

{

??var ob=eval("document.form1."+bb);

??ob.select();

??js=ob.createTextRange();

??js.execCommand("Copy");

}//

62.java涓?寤虹???版??搴?杩??ュ???版??

public void init()

{

String url="jdbc

231個javascript特效分享(上)

dbc:javadata";

try

{

??Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");

??Connection con=DriverManager.getConnection(url,"sa","");//mssql database user SA and password

??DatabaseMetaData dma=con.getMetaData();

??System.out.println("Connect to"+dma.getURL());

??System.out.println(";Driver "+dma.getDriverName());

??System.out.println(";Version "+dma.getDriverVersion());

??System.out.println("");

??Statement stmt=con.createStatement();

??ResultSet rs=stmt.executeQuery("select * from company.dbo.TB_NAME where number=1");//Sql

??rs.next();

??String dispresult=rs.getString("name");

??System.out.println(dispresult);// Instead,you can display it in Paint() or use AWT etc.

??rs.close();

??stmt.close();

??con.close();

}

catch(SQLException ex)

{

??System.out.println("!!!SQL Exception !!!");

??while(ex!=null)

??{

??System.out.println("SQLState:"+ex.getSQLState());

??System.out.println("Message:"+ex.getMessage());

??System.out.println("Vendor:"+ex.getErrorCode());

??ex=ex.getNextException();

??System.out.println("");

??}

}

catch(java.lang.Exception ex)

{

??ex.printStackTrace();

}

}//

63.??灏???绐??? window.blur()//

64.??妗g??璺?寰?

document.URL//

65.瀹??舵?ц???娈電?搴?

setTimeout("change_color()",600);

66.璁劇疆涓轟富椤? function makeHome(){

??netscape.security.PrivilegeManager.enablePrivilege("UniversalPreferencesWrite");

??navigator.preference("browser.startup.homepage", location.href);

}//

67.璁劇疆涓烘?惰??

function addFav(){

??if(ie)

??window.external.AddFavorite(location.href,'WWW.OGRISH.COM : GROTESQUE ** AND PICTURES');

??if(ns)

??alert("Thanks for the bookmark!\n\nNetscape users click OK then press CTRL-D");

}//

68.?ゆ??cookie???????? navigator.cookieEnabled;//

69.?劇ず??妯″?????椤甸?㈢??寮瑰?虹???? function setbgcolor_onclick()

{

var color = showModalDialog("/mailpage/compose/colorsel.html",0,"help=0");

if (color != null)

{

??document.compose.bgcolor.value = color;

}

}//

70.????灏??扮?瑰??涓や?

var a=3454545.4454545;

alert(a.toFixed(2));//

71.绂?姝㈤???╅〉???????瀛??ユ?瘋?

<script>

function noEffect() {

??with (event) {

??returnValue = false;

??cancelBubble = true;

??}

??return;

}

</script>

<body>//

72.灞??藉?抽??????

慰nc慰ntextmenu="event.returnValue = false"//

73.浜?浠剁?姝㈣搗娉? event.cancelBubble = true//

74.绂?姝㈠?ㄨ??ユ???寮?杈??ユ?

<input style="ime-mode: disabled">//

75.灞??芥?瀛???绌烘?? <input name="txt"><input type="submit">//

76.??avascript?ゆ????浠舵???????? function Exists(filespec)

{

if (filespec)

{

??var fso;

??fso = new ActiveXObject("Scripting.FileSystemObject");

??alert(fso.FileExists(filespec));

}

}

???╁?劇?? <input type=file name=f1><p>

<input type="submit">//

77.?峰?褰?????????妗???涓?????瀛?

<input value=123>//

78.璺寵漿?崇????椤甸??????朵???杩???

<a href="javascript:location.replace('http://www.sohu.com/')" target="_blank" rel="external nofollow" >sohu.com</a>//

79.?峰?褰?????琛???琛ㄦ?肩??绗???琛?

<script>

function getrow(obj)

{

??if(event.srcElement.tagName=="TD"){

??curRow=event.srcElement.parentElement;

??alert("杩???绗?"+(curRow.rowIndex+1)+"琛?");

??}

}

</script>

<table width="100%" 慰nclick=getrow(this)>

??<tr>

??<td width="20%">??</td>

??<td width="20%">??</td>

??<td width="20%">??</td>

??<td width="20%">??</td>

??<td width="20%">??</td>

??</tr>

??<tr>

??<td width="20%">??</td>

??<td width="20%">??</td>

??<td width="20%">??</td>

??<td width="20%">??</td>

??<td width="20%">??</td>

??</tr>

</table>//

80.???よ〃?兼??琛?锛?xx琛ㄧず??琛?锛?涓???浠?0寮?濮?璁$??

document.all.myTable.deleteRow(xx)//

81.?ㄦ??????琛ㄦ?間腑娣誨??琛?

<table id="t1" >

</table>

<script language="JavaScript">

function add()

{

??t1.insertRow().insertCell().innerHTML = '<input name="test'+t1.rows.length+'">';

}//

82.event.x,event.clientX,event.offsetX?哄??锛?

x:璁劇疆??????寰??伴????稿?逛?????浜?浠剁???跺??绱???澶?杈圭????????涓???浣?缃??? clientX:?稿?逛?瀹㈡?峰?哄????x????浣?缃?锛?涓?

????婊??ㄦ?★?灏辨??姝f???哄???? offsetx锛?璁劇疆??????寰??伴????稿?逛?????浜?浠剁???跺??绱?????杈圭????????涓???浣?缃???

screenX:?稿?逛??ㄦ?峰?骞???

83.?劇ず??榧???????????涓?

<body>??ouse????//

84.??寮?C??

<form action="file:///c|/"><input type="submit" value="c:\ drive"></form>//

85.褰???灞?骞?????杈ㄧ??

screen.width??screen.height//

86.璁劇疆琛ㄦ?間腑????瀹? tbl.rows[0].cells[1].innerText=document.form.text1.value;//

87.???闆揩?烽??

<p><a href="file:///::{208D2C60-3AEA-1069-A2D7-08002B30309D}" target="_blank" rel="external nofollow" target="_blank">缃?涓??誨?</a></p>

<p><a href="file:///::{20D04FE0-3AEA-1069-A2D8-08002B30309D}\d:\web" target="_blank" rel="external nofollow" target="_blank">?????佃??</a></p>

<p><a href="file:///::{450D8FBA-AD25-11D0-98A8-0800361B1103}" target="_blank" rel="external nofollow" target="_blank">??????妗?lt;/a></p>

<p><a href="file:///::{645FF040-5081-101B-9F08-00AA002F954E}" target="_blank" rel="external nofollow" target="_blank">**绔?</a></p>

<p><a href="file:///::{20D04FE0-3AEA-1069-A2D8-08002B30309D}\::{21EC2020-3AEA-1069-A2DD-08002B30309D}" target="_blank" rel="external nofollow"

target="_blank">?у?堕?㈡??lt;/a></p>

<p><a href="file:///::{7007ACC7-3202-11D1-AAD2-00805FC1270E}" target="_blank" rel="external nofollow" >?ㄥ?風?缁?</a>(windows 2000)</p>

88.IE????

<button><font >0</font></button>//?瑰??????涓????劇??

<input type=button> //??寤烘?拌??? <input type=button> //???? <input type=button>//????涓?tm

<input type=button>//????涓?xt

document.execCommand("SaveAs")//淇?瀛?涓? document.execCommand('undo')//?ら??涓?涓?娆℃??浣?

89.web瀵矽??妗?

<SCRIPT>

var contents='<style>body,td{font:menu}img{cursor:hand}</style>';

contents+='<title>浣?瑕??抽??????</title>';

contents+='<body bgcolor=menu>';

contents+='<table width=100% height=100% ;

contents+='<tr><td align=center>';

contents+='浣?瑕??抽??????锛?<br>';

contents+='<img src=dark.gif 慰nclick=self.close() alt="...?抽??">';

contents+='<img src=jet.gif 慰nclick=self.close() alt="?ㄦ???抽??">';

contents+='</td></tr></table>';

showModalDialog("about:"+contents+"","","dialogHeight:50px;dialogWidth:250px;help:no;status:no")

document.write(contents);

</SCRIPT>//

90.??绗?x,y???? <button></button>//

91.???版??寮???缃?椤典?????瀹? newwin=window.open('about:blank','','top=10');

newwin.document.write('');//

93.杩???

javascript:history.go(-2);//

94.灏?椤甸?????涓?????瀹瑰??跺?闆??璐存?? abcdefg

<input type='button'

慰nclick="window.clipboardData.setData('text',document.selection.createRange().text);" value='澶??堕〉?㈤??涓?

??瀛?绗?>//

95.灏?椤甸?????涓?????瀹瑰??跺?闆??璐存?? <INPUT TYPE="text" NAME="">kjhkjhkhkj<INPUT TYPE="button">

96.榧???绉誨?頒???妗??惰???ㄥ?ㄩ?ㄦ??寮?

<select></select>//

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.?ㄩ〉????繪?辯?跺?? <STYLE>

td{font-size:12px}

body{font-size:12px}

v\:*{behavior:url(#default#VML);} //杩???澹版??浜?v浣?涓?ML???ㄥ????

</STYLE>

<SCRIPT LANGUAGE="JavaScript">

mathstr=12;

document.write ("<v:rect fillcolor='red'

style='width:20;color:navy;height:"+5000/(1000/mathstr)+"'><br> %"+mathstr+"<br>4浜?lt;v:Extrusion

backdepth='15pt' on='true'/></v:rect>")

</SCRIPT>

<v:rect fillcolor='red' style='width:20;color:navy;height:200'><br>%12<br>4浜?lt;v:Extrusion

backdepth='15pt' on='true'/></v:rect>

<v:rect fillcolor='yellow' style='width:20;color:navy;height:100'><br>%12<br>4浜?lt;v:Extrusion

backdepth='15pt' on='true'/></v:rect>//

101.楗煎?? <style>

v\:* { behavior: url(#default#VML) }

o\:* { behavior: url(#default#VML) }

.shape { behavior: url(#default#VML) }

</style>

<script language="javascript">

function show(pie)

{

pie.strokecolor=pie.fillcolor;

pie.strokeweight=10;

div1.innerHTML="<font size=2 color=red> " + pie.id +"</font> <font size=2>" + pie.title + "</font>";

}

function hide(pie)

{

pie.strokecolor="white";

pie.strokeweight=1;

div1.innerHTML="";

}

</script>

</head>

<body>

<v:group style='width: 5cm; height: 5cm' coordorigin='0,0' coordsize='250,250'>

<v:shape id='asp????' style='width:10;height:10;top:10;left:0' title='寰?绁ㄦ??6 姣?渚?:40.00%'

慰nm慰use慰ver='javascript:show(this);' 慰nm慰use慰ut='javascript:hide(this);' href='http://www.cnADO.com'

CoordSize='10,10' strokecolor='white' fillcolor='#ffff33'><v:path v='m 300,200 ae

300,200,200,150,0,9437184 xe'/></v:shape>

<v:shape id='php' style='width:10;height:10;top:10;left:0' title='寰?绁ㄦ??1 姣?渚?:6.67%'

慰nm慰use慰ver='javascript:show(this);' 慰nm慰use慰ut='javascript:hide(this);' href='http://www.cnADO.com'

CoordSize='10,10' strokecolor='white' fillcolor='#ff9933'><v:path v='m 300,200 ae

300,200,200,150,9437184,1572864 xe'/></v:shape>

<v:shape id='jsp' style='width:10;height:10;top:10;left:0' title='寰?绁ㄦ??2 姣?渚?:13.33%'

慰nm慰use慰ver='javascript:show(this);' 慰nm慰use慰ut='javascript:hide(this);' href='http://www.cnADO.com'

CoordSize='10,10' strokecolor='white' fillcolor='#3399ff'><v:path v='m 300,200 ae

300,200,200,150,11010048,3145728 xe'/></v:shape>

<v:shape id='c#????.netWEB绋?搴?' style='width:10;height:10;top:10;left:0' title='寰?绁ㄦ??3 姣?渚?:20.00%'

慰nm慰use慰ver='javascript:show(this);' 慰nm慰use慰ut='javascript:hide(this);' href='http://www.cnADO.com'

CoordSize='10,10' strokecolor='white' fillcolor='#99ff33'><v:path v='m 300,200 ae

300,200,200,150,14155776,4718592 xe'/></v:shape>

<v:shape id='vb.net????.netWEB绋?搴?' style='width:10;height:10;top:10;left:0' title='寰?绁ㄦ??2 姣?渚?:13.33%'

慰nm慰use慰ver='javascript:show(this);' 慰nm慰use慰ut='javascript:hide(this);' href='http://www.cnADO.com'

CoordSize='10,10' strokecolor='white' fillcolor='#ff6600'><v:path v='m 300,200 ae

300,200,200,150,18874368,3145728 xe'/></v:shape>

<v:shape id='xml????' style='width:10;height:10;top:10;left:0' title='寰?绁ㄦ??1 姣?渚?:6.67%'

慰nm慰use慰ver='javascript:show(this);' 慰nm慰use慰ut='javascript:hide(this);' href='http://www.cnADO.com'

CoordSize='10,10' strokecolor='white' fillcolor='#ff99ff'><v:path v='m 300,200 ae

300,200,200,150,22020096,1572864 xe'/></v:shape>

</v:group>

<v:group style='width: 6cm; height: 6cm' coordorigin='0,0' coordsize='250,250'>

<v:rect style='height:10;width:15;top:0;left:10' fillcolor='#ffff33'/>

<v:rect style='height:28;width:100;top:0;left:30' stroked='false'><v:textbox

style='fontsize:2'>asp????</v:textbox/></v:rect>

<v:rect style='height:10;width:15;top:30;left:10' fillcolor='#ff9933'/>

<v:rect style='height:28;width:100;top:30;left:30' stroked='false'><v:textbox

style='fontsize:2'>php</v:textbox/></v:rect>

<v:rect style='height:10;width:15;top:60;left:10' fillcolor='#3399ff'/>

<v:rect style='height:28;width:100;top:60;left:30' stroked='false'><v:textbox

style='fontsize:2'>jsp</v:textbox/></v:rect>

<v:rect style='height:10;width:15;top:90;left:10' fillcolor='#99ff33'/>

<v:rect style='height:28;width:100;top:90;left:30' stroked='false'><v:textbox

style='fontsize:2'>c#????.netWEB绋?搴?</v:textbox/></v:rect>

<v:rect style='height:10;width:15;top:120;left:10' fillcolor='#ff6600'/>

<v:rect style='height:28;width:100;top:120;left:30' stroked='false'><v:textbox style='fontsize:2'>vb.net

????.netWEB绋?搴?</v:textbox/></v:rect>

<v:rect style='height:10;width:15;top:150;left:10' fillcolor='#ff99ff'/>

<v:rect style='height:28;width:100;top:150;left:30' stroked='false'><v:textbox style='fontsize:2'>xml????

</v:textbox/></v:rect>

</v:group>

<div style="position: absolute; left: 10; top: 10; width: 760; height:16">

<table cellpadding="2" cellspacing="2" cellpadding="0" cellspacing="0"

style="border-collapse: collapse" bordercolor="#CCCCCC" width="100%" ID="Table1">

<tr>

<td width="100%" id=div1>??</td>

</tr>

</table>

</div>//

102.??涓?涓??規????瀹瑰????寵?涓?缃?椤甸?借?

<button><iframe src="http://www.google.com/"></iframe></button>//button

103.澶??ㄧ??html浠g??

event.srcElement.outerHTML//

104.??璇?褰?????IE浜?浠剁??瑙????? event.srcElement??event.keyCode//

105.浜?浠剁被??

event.type//

106.?ㄦ???瑰??绫誨??

<style>

.Overnone { border-width:0;cursor:default;color:gold;width:115}

.Outnone {border-width:0;background-color:white;cursor:default;width:115}

</style>

<input class="Outnone" 慰nm慰use慰ver=this.className='Overnone' >//

繼續閱讀