代码搜索:designpatterns
找到约 881 项符合「designpatterns」的源代码
代码结果 881
www.eeworm.com/read/456112/7358099
htm left5b-1.htm
/*
* Storing this varible on the navigator object makes it truely global on NN4,
* but is no help on NN3, so we need the page global variable in NN3 which i
www.eeworm.com/read/456112/7358121
htm index-e.htm
function setFocus() {
if ((navigator.appName != "Netscape") && (parseFloat(navigator.appVersion) == 2)) {
return;
} else {
self.focus();
}
}
Inde
www.eeworm.com/read/456112/7358123
htm left2.htm
/*
* Storing this varible on the navigator object makes it truely global on NN4,
* but is no help on NN3, so we need the page global variable in NN3 which i
www.eeworm.com/read/456112/7358134
htm index-i.htm
function setFocus() {
if ((navigator.appName != "Netscape") && (parseFloat(navigator.appVersion) == 2)) {
return;
} else {
self.focus();
}
}
Inde
www.eeworm.com/read/456112/7358138
htm index-m-1.htm
function setFocus() {
if ((navigator.appName != "Netscape") && (parseFloat(navigator.appVersion) == 2)) {
return;
} else {
self.focus();
}
}
Inde
www.eeworm.com/read/456112/7358140
htm index-q.htm
function setFocus() {
if ((navigator.appName != "Netscape") && (parseFloat(navigator.appVersion) == 2)) {
return;
} else {
self.focus();
}
}
Inde