⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 index.asp

📁 asp+access开发的网上购物程序
💻 ASP
字号:
<!--#include file="../../conn/dbconn2.asp"--><%qymc=session("id")dim sqldim rsdim rstypeif not isEmpty(request("id")) thenid=request("id")elseid=1end ifsql="select * from qyml where id="+cstr(qymc)+" and qymc<>'""'"set rs= Server.CreateObject("ADODB.Recordset") rs.open sql,conn,1,1 %> <% if rs.eof or rs.bof thenresponse.write"<SCRIPT language=JavaScript>alert('对不起,该用户不存在或已被删除!');"response.write"javascript:window.close();</SCRIPT>" response.endend if %><html><head><meta HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=gb2312"><meta name="GENERATOR" content="Microsoft FrontPage 5.0"><meta name="ProgId" content="FrontPage.Editor.Document"></head><title><%=rs("qymc")%></title><frameset framespacing="0" border="0" rows="0,*" frameborder="0"><frame name="header" scrolling="no" noresize target="main" src="title.htm"><frame name="main" src="corporation_web.asp?id=<%=request("id")%>" scrolling="auto"><noframes><body><p>此网页使用了框架,但您的浏览器不支持框架。</p></body></noframes></frameset></html><html></html><html></html><html></html><html></html><html></html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -