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

📄 index.asp

📁 这是一本关于高级软件工程的书籍
💻 ASP
字号:
<!-- #include file="../inc/conn.asp" -->
<!-- #include file="../inc/function.asp" -->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>意科在线定单系统</title>
<style>
.w-1 {
	font-family: "宋体";
	font-size: 12px;
	color: #FFFFFF;
	background-position: bottom;
}

.w-2 {
	font-family: "宋体";
	font-size: 12px;
	color: #cccccc;
	background-position: bottom;
}

.w-3 {
	font-family: "宋体";
	font-size: 12px;
	color: #000000;
	background-position: bottom;
}
</style>
</head>

<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
  <!-- #include file="../inc/qhead.asp" -->
  <table width="737" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="666666">
  <tr>
    <td height="20" colspan="3">&nbsp;</td>
  </tr>
  <tr>
    <td height="20" valign="top" bgcolor="606060"><!-- #include file="../inc/left.inc" --></td>
    <td>&nbsp;</td>
    <td valign="top">
	<!-- #include file="../inc/default.inc" --><br><br><br>
	</td>
  </tr>
</table>
<!-- #include file="../inc/bottom.asp" -->
<%
	if session("username") = "" then
%>
<script language="javascript">
	document.lefform.pagestr.value="index.asp";
</script>
<%end if%>


<script language='javascript'>
function info(pid){
	document.form1.pid.value=pid;
	document.form1.submit();
}
function nologin(){
	alert('您还没有登陆,请先登陆系统!');
}
function buy(pid){
<% 
	if session("uname") <> "" then 
%>
	var win;
	win = "show.asp?pid="+pid;
	//retValue=window.showModalDialog(win,'show','dialogWidth:800px;dialogHeight:800px;resizable:yes;scroll:no;center:yes;resizeable:no;status:no;help:no');
	retValue=window.open(win,'show','height=300, width=600, top=0, left=0, toolbar=no, menubar=no, scrollbars=no, resizable=yes,location=n o, status=no');
	retValue.location.reload();
<%
	else
%>
	alert("您还没有登陆,请先登陆系统!")
<%
	end if
%>
}
</script>
</body>
</html>

⌨️ 快捷键说明

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