|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
缺乏可以共同遵循的行业标准,ASP还处在发展初期,大家对它的理解不同,如产品和服务标准,收费标准等,不利于行业的健康发展。程序|分辩率|客户端|显现请求利用最新的browscap.ini,否则形成IE5,NC46等新的扫瞄器没法准确运转.
<HTML>
<head>
<TITLE>detectres.asp</TITLE>
</head>
<%
Setbc=Server.CreateObject("MSWC.BrowserType")
brname=bc.browser
brver=bc.version
%>
<%ifbrname="IE"andcint(brver)>=4then%>
<bodybgcolor=whiteonload="doit()">
<scriptlanguage=vbscript>
<!--
subdoit()
document.write"Yourscreenwidthis:"&screen.width&"pixels<br>"
document.write"Yourscreenheightis:"&screen.height&"pixels<br>"
document.write"YourclientWidthis:"&document.body.clientWidth
document.write"pixels<br>"
document.write"YourclientHeightis:"&document.body.clientHeight
document.write"pixels<br>"
addtherestoftheofthepages
IE4htmlcodehere...usingdocument.writelike:
document.write"<br><AHREF=blank.htm>blanklink</A>"
endsub
-->
</script>
anyregularhtmlcodeyouputhere
willdisappearafterthedocument.writes
</body>
</html>
<%else%>
<bodybgcolor=white>
<%response.write"Youreusing"&brname&",version#"&cint(brver)&"with"%>
<%ifbrname="IE"andcint(brver)=3then
pixels=Request.ServerVariables("HTTP_UA_PIXELS")
color=Request.ServerVariables("HTTP_UA_COLOR")
response.write"Pixels="&pixels&",colors="&colors
%>
<p>
addtherestofthepagesIE3htmlcodehere...
</body>
</html>
<%endif%>
<%ifbrname="Netscape"and(cint(brver)>1)then%>
<bodybgcolor=white>
<ScriptLanguage="JavaScript">
<!--
if(navigator.javaEnabled())
{
vartools=java.awt.Toolkit.getDefaultToolkit();
varsize=tools.getScreenSize();
w=size.width;
h=size.height;
}
document.write("Screensize:"+w+"x"+h+"pixels.");
//-->
</script>
<%endif%>
<p>
addotherNetscapehtmlcodehere...like:
<br>
<AHREF="blank.htm">blanklink</A>
</body>
</html>
<%endif%></p>SQLServer是基于服务器端的中型的数据库,可以适合大容量数据的应用,在功能上管理上也要比Access要强得多。在处理海量数据的效率,后台开发的灵活性,可扩展性等方面强大。 |
|