代码搜索:Script
找到约 10,000 项符合「Script」的源代码
代码结果 10,000
www.eeworm.com/read/296572/8091367
htm 9-15.htm
function leave() {
window.open('xx.h','','toolbar=no,menubar=no,location=no,height=200,width=350');
}
www.eeworm.com/read/296572/8091381
htm 9-10.htm
function shake(n) {
if (window.top.moveBy) {
for (i = 10; i > 0; i--) {
for (j = n; j > 0; j--) {
window.top.moveBy(0,i);
www.eeworm.com/read/296572/8091389
htm 9-3.htm
function drop(n) {
if(self.moveBy){
self.moveBy (0,-900);
for(i = n; i > 0; i--){
self.moveBy(0,3);
www.eeworm.com/read/296572/8091410
htm 4-6.htm
var mess1="";var mess2= "欢迎光临本站!"
document.write("")
day = new Date( )
hr = day.getHours( )
if (( hr >= 0 ) && (hr
www.eeworm.com/read/296572/8091606
htm 5-16.htm
function winopen () {msg=open("xx.htm","NewWindow","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=yes,width=400,he
www.eeworm.com/read/296572/8091746
htm 8-14.htm
var sound1="song1.mid"
var sound2="song2.mid"
var sound3="song3.mid"
var sound4="song4.mid"
var sound5="song5.mid"
var sound6="song6.mid"
var sound7="song7.mi
www.eeworm.com/read/296572/8091884
htm 6-1.htm
function makevisible(cur,which){
if (which==0)
cur.filters.alpha.opacity=100
else
cur.filters.alpha.opacity=20}