由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
BuildingWeb版 - Re: [转载] webmonkey
相关主题
ASP究竟是怎么回事?how to process session varible in javascript?
请教一个cgi的newbie问题Re: Can asp invoke a software at the server side???Help, very urgent!
初级问题,大家用什么软件制作王爷?为什么webpage里收不到ATL control 的event
webmonkey is closing[转载] ASP的script function里, 可以query database吗?
Urgent: ASP support?How to read out part of a string like xx/xx/xxxx
请教:网页的Back按钮是怎么做的?can not execute global.asa help?
[转载] 请教ASP高手asp文件的显示
网页中数据库格式显示问题请问 Javascript + ASP + ADO ?
相关话题的讨论汇总
话题: webmonkey话题: server话题: web话题: using话题: end
进入BuildingWeb版参与讨论
1 (共1页)
o*b
发帖数: 42
1
It is using Apache web server which has the trick.
When the web server gets the request, from the http
headers, it knows what kind of browser the client
is using, so it retrieves the according html pages.
N**e
发帖数: 158
2
It's so easy now by even Server side Javascript or VBscript.
For example, in VBscript:
Set bc = Server.CreateObject("MSWC.BrowserType")
If bc.Browser = "IE" Then
DoBrowserIsIE()
Else
If bc.Browser="NS"
DoBrowserIsNS()
End If
End if
1 (共1页)
进入BuildingWeb版参与讨论
相关主题
请问 Javascript + ASP + ADO ?Urgent: ASP support?
《〈〈请问大家出现这样的问题么,多出的代码自动加入了HTML〉〉》请教:网页的Back按钮是怎么做的?
ASP string.endswith 问题[转载] 请教ASP高手
Question on this ASP code.网页中数据库格式显示问题
ASP究竟是怎么回事?how to process session varible in javascript?
请教一个cgi的newbie问题Re: Can asp invoke a software at the server side???Help, very urgent!
初级问题,大家用什么软件制作王爷?为什么webpage里收不到ATL control 的event
webmonkey is closing[转载] ASP的script function里, 可以query database吗?
相关话题的讨论汇总
话题: webmonkey话题: server话题: web话题: using话题: end