代码搜索:Script
找到约 10,000 项符合「Script」的源代码
代码结果 10,000
www.eeworm.com/read/488602/1228451
js script.js
window.onload = initAll;
var nodeChangingArea;
function initAll() {
document.getElementsByTagName("form")[0].onsubmit = nodeChanger;
nodeChangingArea = document.getElementById("modifiable");
}
fun
www.eeworm.com/read/488602/1228452
js script.js
window.onload = initAll;
function initAll() {
document.getElementsByTagName("form")[0].onsubmit = addNode;
document.getElementById("deleteNode").onclick = delNode;
}
function addNode() {
var inTe
www.eeworm.com/read/488602/1228453
js script.js
window.onload = initAll;
var nodeChangingArea;
function initAll() {
document.getElementsByTagName("form")[0].onsubmit = nodeChanger;
nodeChangingArea = document.getElementById("modifiable");
}
fun
www.eeworm.com/read/488602/1228454
js script.js
window.onload = initAll;
function initAll() {
var ans = prompt("Enter a number","");
try {
if (!ans || isNaN(ans) || ans
www.eeworm.com/read/488602/1228455
js script.js
window.onload = initAll;
function initAll() {
switch(navigator.platform) {
case "Win32":
alert("You're running Windows");
break;
case "MacPPC":
alert("You have a PowerPC-based Mac");
www.eeworm.com/read/488602/1228457
js script.js
if (confirm("Are you sure you want to do that?")) {
alert("You said yes");
}
else {
alert("You said no");
}
www.eeworm.com/read/488602/1228458
js script.js
var ans = prompt("Are you sure you want to do that?","");
if (ans) {
alert("You said " + ans);
}
else {
alert("You refused to answer");
}
www.eeworm.com/read/488602/1228459
js script.js
window.onload = initAll;
function initAll() {
document.getElementById("redirect").onclick = clickHandler;
}
function clickHandler() {
window.location = "jswelcome.html";
return false;
}
www.eeworm.com/read/488602/1228460
js script.js
window.onload = initAll;
function initAll() {
document.getElementById("redirect").onclick = clickHandler;
}
function clickHandler() {
if (this.toString().indexOf("dori") < 0) {
alert("We are not