主頁(yè) > 知識(shí)庫(kù) > 藍(lán)色空間 天氣小偷

藍(lán)色空間 天氣小偷

熱門標(biāo)簽:金昌電話機(jī)器人價(jià)格 外呼系統(tǒng)API接口 鳳臺(tái)百度地圖標(biāo)注店 怎么在地圖標(biāo)注自己 萊西電子地圖標(biāo)注 武夷山旅游地圖標(biāo)注 修改地圖標(biāo)注 縣域地圖標(biāo)注打印店 個(gè)人可以辦理400電話么
復(fù)制代碼 代碼如下:

%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
%
'------------------------------
'程序名稱:藍(lán)色空間 天氣小偷
'程序設(shè)計(jì):小馬
'QQ:55100100
'網(wǎng)站:http://www.bluespace.cn(藍(lán)色空間)
'日期:2005-11-15
'------------------------------
Dim strArray(9,2),AreaID
strArray(1,0) = "index.htm"
strArray(1,1) = "華北地區(qū)"
strArray(2,0) = "hd.htm"
strArray(2,1) = "華東地區(qū)"
strArray(3,0) = "hn.htm"
strArray(3,1) = "華南地區(qū)"
strArray(4,0) = "hz.htm"
strArray(4,1) = "華中地區(qū)"
strArray(5,0) = "db.htm"
strArray(5,1) = "東北地區(qū)"
strArray(6,0) = "xb.htm"
strArray(6,1) = "西北地區(qū)"
strArray(7,0) = "xn.htm"
strArray(7,1) = "西南地區(qū)"
strArray(8,0) = "ga.htm"
strArray(8,1) = "港澳臺(tái)地區(qū)"
AreaID = Request.QueryString
If AreaID = "" Then AreaID = 1

Sub GetPage()
    Dim strUrl,strTmp,strTmp1


    strUrl = "http://weather.265.com/"strArray(AreaID,0)

    strTmp = GetHttpPage(strUrl)

    strTmp1 = strCut(strTmp,"table width=""750"" border=""0"" cellpadding=""2"" cellspacing=""1"" bgcolor=""4952BC"">","script language=""javascript"">",2)
    strTmp1 = "table width=""750"" border=""0"" cellpadding=""2"" cellspacing=""1"" bgcolor=""4952BC"">"strTmp1
    strTmp1 = Replace(strTmp1,"width=""750""","width='760' align='center'")
    strTmp1 = Replace(strTmp1,"bgcolor=""4952BC""","bgcolor='#cccccc'")
    strTmp1 = Replace(strTmp1,"bgcolor=""#e4f0f8""","bgcolor='#ffffff' onmouseover=""sbar(this)"" onmouseout=""cbar(this)""")
    strTmp1 = "!--生成時(shí)間:"Now()"-->"vbCrLfstrTmp1

    Response.Write strTmp1
End Sub

Function getHTTPPage(url) 
    On Error Resume Next
    dim http 
    set http=Server.createobject("Microsoft.XMLHTTP") 
    Http.open "GET",url,false 
    Http.send() 
    if Http.readystate>4 then
        exit function 
    end if 
    getHTTPPage=bytesToBSTR(Http.responseBody,"GB2312")
    set http=nothing
    If Err.number>0 then 
        Response.Write "p align=center>服務(wù)器獲取文件內(nèi)容出錯(cuò),請(qǐng)稍后再試!??!/p>" 
        Err.Clear
    End If  
End function

        
Function BytesToBstr(body,Cset)
    dim objstream
    set objstream = Server.CreateObject("adodb.stream")
    objstream.Type = 1
    objstream.Mode =3
    objstream.Open
    objstream.Write body
    objstream.Position = 0
    objstream.Type = 2
    objstream.Charset = Cset
    BytesToBstr = objstream.ReadText 
    objstream.Close
    set objstream = nothing
End Function

'截取字符串,1.包括起始和終止字符,2.不包括
Function strCut(strContent,StartStr,EndStr,CutType)
    Dim strHtml,S1,S2
    strHtml = strContent
    On Error Resume Next
    Select Case CutType
    Case 1
        S1 = InStr(strHtml,StartStr)
        S2 = InStr(S1,strHtml,EndStr)+Len(EndStr)
    Case 2
        S1 = InStr(strHtml,StartStr)+Len(StartStr)
        S2 = InStr(S1,strHtml,EndStr)
    End Select
    If Err Then
        strCute = "p align='center'>沒(méi)有找到需要的內(nèi)容。/p>"
        Err.Clear
        Exit Function
    Else
        strCut = Mid(strHtml,S1,S2-S1)
    End If
End Function

'----------------------------
'取得當(dāng)前腳本名稱
'----------------------------
Function GetScript()
    Dim ScriptAddress
    ScriptAddress = CStr(Request.ServerVariables("SCRIPT_NAME"))
    GetScript = ScriptAddress
End Function
%>
!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
HTML>
HEAD>
TITLE> 天氣預(yù)報(bào) /TITLE>
meta http-equiv=Content-Type content=text/html; charset=gb2312>
style>
A:LINK        {COLOR: #000000; TEXT-DECORATION: NONE}
A:VISITED    {COLOR: #000000; TEXT-DECORATION: NONE}
A:HOVER        {COLOR: blue; TEXT-DECORATION: NONE}
body { 
margin: 2px; 
font-size: 12px; 
font-family:宋體, Arial;
}
td {font-size:12px;}
.tb0 {
    BORDER-RIGHT: #f1f1f1 1px solid;
    PADDING-RIGHT: 6px;
    BORDER-TOP: #f1f1f1 1px solid;
    PADDING-LEFT: 6px;
    BACKGROUND: #f1f1f1;
    PADDING-BOTTOM: 2px;
    BORDER-LEFT: #f1f1f1 1px solid;
    CURSOR: hand;
    PADDING-TOP: 2px;
    BORDER-BOTTOM: #f1f1f1 1px solid;
}
.tb1 {
    BORDER-RIGHT: #999 1px solid;
    PADDING-RIGHT: 6px;
    BORDER-TOP: #999 1px solid;
    PADDING-LEFT: 6px;
    BACKGROUND: #ccc;
    PADDING-BOTTOM: 2px;
    BORDER-LEFT: #999 1px solid;
    CURSOR: hand;
    PADDING-TOP: 2px;
    BORDER-BOTTOM: #999 1px solid;
}
/style>
/HEAD>
BODY>
table width="100%"  border="0" cellspacing="0" cellpadding="0">
tr>td height=3>/td>/tr> 
/table>
table bgcolor="#f1f1f1" align='center' width="760" cellspacing='1' cellpadding='3' style="border:1 solid #cccccc">
tr align='center'>
TD class="tb0" noWrap onmouseleave="mhHover('tb0')" onmouseenter="mhHover('tb1')">A href="%=GetScript()%>?1">華北地區(qū)/a>/td>
TD class="tbsep">|/TD>
TD class="tb0" noWrap onmouseleave="mhHover('tb0')" onmouseenter="mhHover('tb1')">A href="%=GetScript()%>?2">華東地區(qū)/a>/td>
TD class="tbsep">|/TD>
TD class="tb0" noWrap onmouseleave="mhHover('tb0')" onmouseenter="mhHover('tb1')">A href="%=GetScript()%>?3">華南地區(qū)/a>/td>
TD class="tbsep">|/TD>
TD class="tb0" noWrap onmouseleave="mhHover('tb0')" onmouseenter="mhHover('tb1')">A href="%=GetScript()%>?4">華中地區(qū)/a>/td>
TD class="tbsep">|/TD>
TD class="tb0" noWrap onmouseleave="mhHover('tb0')" onmouseenter="mhHover('tb1')">A href="%=GetScript()%>?5">東北地區(qū)/a>/td>
TD class="tbsep">|/TD>
TD class="tb0" noWrap onmouseleave="mhHover('tb0')" onmouseenter="mhHover('tb1')">A href="%=GetScript()%>?6">西北地區(qū)/a>/td>
TD class="tbsep">|/TD>
TD class="tb0" noWrap onmouseleave="mhHover('tb0')" onmouseenter="mhHover('tb1')">A href="%=GetScript()%>?7">西南地區(qū)/a>/td>
TD class="tbsep">|/TD>
TD class="tb0" noWrap onmouseleave="mhHover('tb0')" onmouseenter="mhHover('tb1')">A href="%=GetScript()%>?8">港澳臺(tái)地區(qū)/a>/td>
/tr>
/table>
table width="100%"  border="0" cellspacing="0" cellpadding="0">
tr>td height=3>/td>/tr> 
/table>
SCRIPT type=text/javascript>
!--//
function sbar(st) {
    st.style.backgroundColor = "#F5F5F5";
}
function cbar(st) {
    st.style.backgroundColor = "#ffffff";
}
function mhHover(cls)
{
    event.srcElement.className = cls;
}
function mhClick(tbObj, cls)
{
    event.srcElement.className = cls;
}
//-->
/SCRIPT>
%
Call GetPage()
%>
hr size='1' color='#cccccc' width='770' align='center'>
div align='center'>Copyright copy;2005 a >BlueSpace.CN/a>/div>
/BODY>
/HTML>

標(biāo)簽:南京 上海 涼山 清遠(yuǎn) 赤峰 楚雄 邢臺(tái) 通遼

巨人網(wǎng)絡(luò)通訊聲明:本文標(biāo)題《藍(lán)色空間 天氣小偷》,本文關(guān)鍵詞  藍(lán)色,空間,天氣,小偷,藍(lán)色,;如發(fā)現(xiàn)本文內(nèi)容存在版權(quán)問(wèn)題,煩請(qǐng)?zhí)峁┫嚓P(guān)信息告之我們,我們將及時(shí)溝通與處理。本站內(nèi)容系統(tǒng)采集于網(wǎng)絡(luò),涉及言論、版權(quán)與本站無(wú)關(guān)。
  • 相關(guān)文章
  • 下面列出與本文章《藍(lán)色空間 天氣小偷》相關(guān)的同類信息!
  • 本頁(yè)收集關(guān)于藍(lán)色空間 天氣小偷的相關(guān)信息資訊供網(wǎng)民參考!
  • 推薦文章