代码搜索:JS

找到约 10,000 项符合「JS」的源代码

代码结果 10,000
www.eeworm.com/read/332161/12774992

js js.js

// JavaScript Document var isDrag = false; var oldX=0,oldY=0; function init(){ isDrag=true; oldX=event.x; oldY=event.y; } function end(){ isDrag=false; } function moveIt(){
www.eeworm.com/read/331993/12786854

js js.js

function runCode(obj) { var code = obj.value; var newwin = window.open("", "", ""); newwin.opener = null; newwin.document.write(code); newwin.document.close(); }
www.eeworm.com/read/143808/12841926

js js.js

www.eeworm.com/read/330711/12874191

js js.js

//Doris (dorisyu@yahoo-inc.com) var g,a,p,m,v,ie,ns,cw,mov_top; g=navigator; a=g.userAgent; p=g.appVersion; cw=document.body.clientWidth; if(navigator.userAgent.indexOf("Netscape")!=-1){ ns=tr
www.eeworm.com/read/243873/12910831

js js.js

function listen( aobj, flag) { try { var width = 430; var height = 510; var left = ( screen.width - width ) / 2; var top = ( screen.height - height ) / 2; var href = aobj.href; var param = 'r
www.eeworm.com/read/243872/12910953

js js.js

function listen( aobj, flag) { try { var width = 430; var height = 500; var left = ( screen.width - width ) / 2; var top = ( screen.height - height ) / 2; var href = aobj.href; var param = 'r
www.eeworm.com/read/141753/12987571

js js.js

www.eeworm.com/read/328730/13006135

js js.js

//检验表单 function check(){ var obj=document.upload; if(obj.title.value==""){alert("标题不能为空!\n请填写!");obj.title.focus();return false;} if(obj.info.value==""){alert("说明内容不能为空!\n请填写!");obj.info.focus();r
www.eeworm.com/read/141454/13010391

js js.js

www.eeworm.com/read/327440/13078236

js js.js

var btn = document.getElementsByName("btnBrokerLogin"); function ValidateNumNoNull() { var checkCode = document.getElementById("txtValidateNum").value; dos(checkCode); } function Rec