代码搜索:Script
找到约 10,000 项符合「Script」的源代码
代码结果 10,000
www.eeworm.com/read/488602/1228461
js script.js
if (navigator.cookieEnabled) {
alert("This browser supports cookies");
}
else {
alert("This browser does not support cookies");
}
www.eeworm.com/read/488602/1228462
js script.js
window.onload = initAll;
function initAll() {
document.getElementById("redirect").onclick = clickHandler;
}
function clickHandler() {
alert("Ow, that hurt!");
return false;
}
www.eeworm.com/read/488602/1228463
js script.js
window.onload = choosePic;
var myPix = new Array("images/teacup00.jpg","images/teacup01.jpg","images/teacup02.jpg","images/teacup03.jpg","images/teacup04.jpg","images/teacup05.jpg","images/teacup06.j
www.eeworm.com/read/488602/1228464
js script.js
window.onload = rolloverInit;
function rolloverInit() {
for (var i=0; i
www.eeworm.com/read/488602/1228465
js script.js
window.onload = rolloverInit;
function rolloverInit() {
for (var i=0; i
www.eeworm.com/read/488602/1228466
js script.js
window.onload = rolloverInit;
function rolloverInit() {
for (var i=0; i
www.eeworm.com/read/488602/1228467
js script.js
window.onload = initLinks;
var myPix = new Array("images/pathfinder.gif","images/surveyor.gif","images/surveyor98.gif");
var thisPic = 0;
function initLinks() {
document.getElementById("prevLink").
www.eeworm.com/read/488602/1228468
js script.js
window.onload = rolloverInit;
function rolloverInit() {
for (var i=0; i
www.eeworm.com/read/488602/1228469
js script.js
// this is a single line comment
window.onload = writeMessage;
/* this is a lengthy
multi-line comment
that goes on and on and on
*/
function writeMessage() {
document.getElementById("helloMessage
www.eeworm.com/read/488602/1228470
js script.js
// this is a single line comment
window.onload = writeMessage;
/* this is a lengthy
multi-line comment
that goes on and on and on
*/
function writeMessage() {
document.getElementById("helloMessage