代码搜索:NETSCAPE
找到约 6,619 项符合「NETSCAPE」的源代码
代码结果 6,619
www.eeworm.com/read/489261/6477357
htm report.htm
function isNS4() {
return ((navigator.appName.indexOf("Netscape") >= 0) && (parseFloat(navigator.appVersion) < 5) ) ? true : false;
}
function isNS
www.eeworm.com/read/478896/6707272
js abc.js
var imgheight
document.ns = navigator.appName == "Netscape"
window.screen.width>800 ? imgheight=100:imgheight=100
function myload()
{
if (navigator.appName == "Netscape")
{document.dangdang.pag
www.eeworm.com/read/478896/6707387
js my.js
var imgheight
var imgleft
document.ns = navigator.appName == "Netscape"
window.screen.width>800 ? imgheight=100:imgheight=100
window.screen.width>800 ? imgleft=15:imgleft=120
function myload()
{
www.eeworm.com/read/410302/11294081
dfm servercontroller.dfm
object IWServerController: TIWServerController
OldCreateOrder = False
AuthBeforeNewSession = False
AllowSubFolders = True
AppName = 'name'
CacheExpiry = 120
ComInitialization = ciNor
www.eeworm.com/read/410302/11294086
~dfm servercontroller.~dfm
object IWServerController: TIWServerController
OldCreateOrder = False
AuthBeforeNewSession = False
AllowSubFolders = True
AppName = 'name'
CacheExpiry = 120
ComInitialization = ciNor
www.eeworm.com/read/409607/11318383
htm report.htm
function isNS4() {
return ((navigator.appName.indexOf("Netscape") >= 0) && (parseFloat(navigator.appVersion) < 5) ) ? true : false;
}
function isNS