showtable.asp

来自「一个管理系统全部」· ASP 代码 · 共 47 行

ASP
47
字号

<html>
<% @ language="vbscript"%>
<% 
s1=Request.Form("t1")
Response.write s1
set wbcon1=server.CreateObject("adodb.connection")
wbcon1.Open "xxx","sa",""
set r1=server.createobject("adodb.recordset") 
r1.open s1,wbcon1
if err then%>
<!--#include file="adovbs.inc" -->
<!--#include file="onepage.asp" -->


<script language="vbscript">
msgbox"请确认操作是否正确",48,"青海火电工程公司MIS"
wbcon1=noting
top.location.href="bgzdhcx.asp"
</script> 

<%
err.clear
end if 
%>
<HEAD>
<META NAME="GENERATOR" Content="Microsoft Visual Studio 6.0">









<LINK REL="stylesheet" TYPE="text/css" HREF="../../_Themes/construc/THEME.CSS" VI6.0THEME="Construction Zone">
<LINK REL="stylesheet" TYPE="text/css" HREF="../../_Themes/construc/GRAPH0.CSS" VI6.0THEME="Construction Zone">
<LINK REL="stylesheet" TYPE="text/css" HREF="../../_Themes/construc/COLOR0.CSS" VI6.0THEME="Construction Zone">
<LINK REL="stylesheet" TYPE="text/css" HREF="../../_Themes/construc/CUSTOM.CSS" VI6.0THEME="Construction Zone"></HEAD>
<BODY>

<P>&nbsp;</P>

</BODY>
</HTML>

⌨️ 快捷键说明

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