代码搜索结果

找到约 89,667 项符合 JavaScript 的代码

3-20.htm

function changeIt(newLoc) { document.links[0].href=newLoc } 去看看

3-2.htm

带滚动提示的链接 function showtip2(current,e,text){ if (document.readyState=="complete"){

3-12.htm

将站点加入收藏夹 function bookmarkit() { window.external.addFavorite('http://www.xueyuna.com','学院网站') }

3-23.htm

JavaScript全球网站

3-9.htm

鼠标右键链接 if (navigator.appName.indexOf("Internet Explorer") != 0) document.onmousedown = noS

3-19.htm

function winopen(){ var targeturl="http://www.JavaScript.com" newwin=window.open("","","scrollbars") if (document.all){ newwin.moveTo(0,0) newwin.resizeTo(scre

3-13.htm

function gohome(){ if (document.layers) window.home() else if (document.all) window.location="about:home" else alert("You need IE 4+ to go back home!") }

1.js

// JavaScript Document function ck() { if (form1.tb.value=="") { window.alert("请输入贴吧名称!"); form1.tb.focus(); return true; } }