|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
减少客户内IT专业人才缺乏带来的影响。ASP的客户员工利用浏览器进入相关的应用软件,简单易用,无需专业技术支持。程序|天色预告|小偷程序|天色预告|小偷程序利用申明:
提交乡村名参数便可:weather.asp?city=北京
以下是weather.asp源代码:
<%@LANGUAGE="VBSCRIPT"CODEPAGE="936"%>
<%
onerrorresumenext
dimfcity
fcity=trim(request("city"))
iffcity=""then
fcity=server.urlencode("北京")
endif
FunctionGetURL(url)
SetRetrieval=CreateObject("Microsoft.XMLHTTP")
WithRetrieval
.Open"GET",url,False
.Send
GetURL=bytes2bstr(.responsebody)
iflen(.responsebody)<100then
response.write"猎取天色<ahref="&url&"target=_blank>"&url&"</a>失利。"
response.end
endif
EndWith
SetRetrieval=Nothing
EndFunction
functionbytes2bstr(vin)
strreturn=""
fori=1tolenb(vin)
thischarcode=ascb(midb(vin,i,1))
ifthischarcode<&h80then
strreturn=strreturn&chr(thischarcode)
else
nextcharcode=ascb(midb(vin,i+1,1))
strreturn=strreturn&chr(clng(thischarcode)*&h100+cint(nextcharcode))
i=i+1
endif
next
bytes2bstr=strreturn
endfunction
FunctionReadTextarea(HTMLstr)
Setra=NewRegExp
ra.IgnoreCase=True
ra.Global=True
ra.Pattern=".{0,}<TEXTAREA[^>]+>([.
s ]+?)</TEXTAREA>.{0,}"
ReadTextarea=ra.replace(HTMLstr,"$1")
ENDFunction
FunctionGetKey(HTML,Start,Last)
filearray=split(HTML,Start)
filearray2=split(filearray(1),Last)
GetKey=filearray2(0)
EndFunction
dimhtmlstr
dimw_date,w_pic1,w_pic2,w_m1,w_m2,w_m3
htmlstr=GetURL("http://weather.tq121.com.cn/mapanel/index1.php?city="&fcity&"")
w_date=GetKey(htmlstr,"<spanclass=""big-cn"">","</span>")
w_pic1=GetKey(htmlstr,"<tdwidth=""70""valign=""top"">","</td>")
w_m2=GetKey(htmlstr,"<tdwidth=""160""align=""center""valign=""top""class=""weatheren"">","</td>")
w_m3=GetKey(htmlstr,"<tdwidth=""153""valign=""top""><spanclass=""big-cn"">","</span>")
Response.CharSet="GB2312"
Response.Write"<tablewidth=""100%""border=""0""cellspacing=""0""cellpadding=""0"">"
Response.Write"<tr>"
Response.Write"<tdwidth=""45%""style=""text-align:center;""></span>
<p>
<scriptsrc="weather.js"language="javascript"></script>
</p>
<formname="form1"id="form1">
<selectname="menu1">
<optionvalue="">请选择乡村</option>
<optionvalue="北京">北京</option>
<optionvalue="上海">上海</option>
<optionvalue="南宁">南宁</option>
</select>
<div>天色预告小偷程序示例</div>
</form>
</body>
</html>
假如必要现成的示例程序,请点击以下链接在本站下载栏面前目今载:
http://www.alixixi.com/down/Search.asp?wd=%CC%EC%C6%F8%D4%A4%B1%A8%BD%D3%BF%DA
asp可以使用微软的activeX使得网页功能无比强大,不过安全性也较差,而且是基于的windows服务器,所以性能稳定性也一般 |
|