照片幻灯片无法在Mozilla FireFox中显示

问题描述:

if(request.browser.browser =="IE")

以上行仅适用于Internet Explorer..

if(request.browser.browser=="IE")

the above line works only for the internet explorer..
the same code how should i write for mozilla firefox?

hi,

如果您想检测浏览器,请参考以下示例
if(request.browser.browser =="IE")适用于mozilla


http://www.quirksmode.org/js/detect.html [


if you want to detect browzer here is the sample
if(request.browser.browser=="IE") work for mozilla


http://www.quirksmode.org/js/detect.html[^]