主题:  如何获得浏览者的分辨率

mlzboy

职务:普通成员
等级:2
金币:2.0
发贴:317
#12004/4/16 9:26:00
<%if request.servervariables("http_ua_pixels")<>800*600 Then
Response.Write "<img src='main/images/unsupport.gif' width='14' height='16'>"
Else
Response.Write "<img src='main/images/support.gif' width='17' height='15'>"
End If%>
代码如上,介是好像不成功,我是照书上写的



rainbowqqz

职务:普通成员
等级:1
金币:0.0
发贴:30
#22004/4/16 10:23:47
request.servervariables("http_ua_pixels")?前台的东西要用javascipt的吧,



mlzboy

职务:普通成员
等级:2
金币:2.0
发贴:317
#32004/4/16 14:33:55
谢谢,找到点资料,IE3以后不能用我说的那个函数了