代码搜索:designpatterns
找到约 881 项符合「designpatterns」的源代码
代码结果 881
www.eeworm.com/read/145379/12730515
htm index-p.htm
function setFocus() {
if ((navigator.appName != "Netscape") && (parseFloat(navigator.appVersion) == 2)) {
return;
} else {
self.focus();
}
}
Inde
www.eeworm.com/read/145379/12730534
htm left4g.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/145379/12730562
htm leftcont.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
www.eeworm.com/read/145379/12730568
htm left5f.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/145379/12730577
htm chap5-0-1.htm
Behavioral Patterns
function setFocus() {
if ((navigator.appName != "Netscape") && (parseFloat(navigator.appVersion) == 2)) {
return;
} else {
self.focu