亚洲最大看欧美片,亚洲图揄拍自拍另类图片,欧美精品v国产精品v呦,日本在线精品视频免费

  • 站長(zhǎng)資訊網(wǎng)
    最全最豐富的資訊網(wǎng)站

    asp實(shí)現(xiàn)返回上一頁和轉(zhuǎn)到另一頁的功能函數(shù)


    ‘函數(shù)名稱: Alert(showType,str,url)
    ‘函數(shù)功能: 彈出對(duì)話框
    ‘參數(shù)說明: showType  顯示類別  1  返回上一頁面   2 轉(zhuǎn)到另一頁面   3  關(guān)閉窗口 
    ‘          str       錯(cuò)誤信息
    ‘          url       轉(zhuǎn)向地址

    ‘*********************************

    sub Alert(showType,str,url)
        response.Write(“<script language=””javascript””>”& vbcrlf)
     response.Write(“<!–“& vbcrlf)
     response.Write(“window.alert(“””& str &”””);”& vbcrlf)
         if showType=1 then
          response.Write(“window.history.go(-1); “& vbcrlf)
         elseif showType=2 then
         response.Write(“window.location.href =”””& url &”””; “& vbcrlf)
         elseif showType=3 then
      response.Write(“window.opener=null; “& vbcrlf)
          response.Write(“window.close(); “& vbcrlf)
      elseif showType=4 then
         response.Write(“top.location.href =”””& url &”””; “& vbcrlf)
         end if
     response.Write(“//–>”& vbcrlf)
     response.Write(“</script>”)
    end sub

     

    分享到: 更多

    贊(0)
    分享到: 更多 (0)
    網(wǎng)站地圖   滬ICP備18035694號(hào)-2    滬公網(wǎng)安備31011702889846號(hào)