?? open1.asp
字號:
<!--#include file="dbpath/dbpath.asp"-->
<html>
<%
dim sql
dim rs
dim listname
set rs=server.createobject("adodb.recordset")
sql="select * from gq where id="&request("id")
rs.open sql,conn,1,1
%>
<head>
<title><%=rs("subject")%>-企業信息</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<style type="text/css"><!-- td { font-size: 12px; line-height: 17px }
body { font-size: 12px; line-height: 17px }
a:link { text-decoration: none; color: blue }
a:visited { text-decoration: none; color: #993333 }
a:active { text-decoration: none }
a:hover { text-decoration: underline; color: red }
-->
</style>
<script language="JavaScript">
function click(e) {
if (document.all) {
if (event.button==2||event.button==3) {
oncontextmenu='return false';
}
}
if (document.layers) {
if (e.which == 3) {
oncontextmenu='return false';
}
}
}
if (document.layers) {
document.captureEvents(Event.MOUSEDOWN);
}
document.onmousedown=click;
document.oncontextmenu = new Function("return false;")
</script>
</head>
<body leftmargin="0" topmargin="0">
<div align="center">
<table border="0" width="433" cellspacing="0" cellpadding="0">
<center>
<tr>
</center>
<td bgcolor="#FFFFFF" width="254" valign="top">
<table border="2" width="100%" cellspacing="0" cellpadding="0" bordercolor="#FFFFFF">
<tr>
<td width="100%">
<div align="center">
<center>
<table border="0" cellpadding="0" width="510">
</center>
<tr>
<td valign="top" width="487">
<p align="right"><font class="d"><a href="index.asp" target="_parent">回到首頁</a></font> |
<a href="new.asp" target="_parent">最新企業信息</a> | <a href="addgq.asp" target="_parent">發布企業信息</a> |
<a href="login.asp" target="_parent">企業信息管理</a>
</td>
</tr>
<tr>
<td width="443" valign="top"></td>
</tr>
<tr>
<td width="443" valign="top">
<table border="0" width="108%" cellspacing="0" cellpadding="0">
<tr>
<td width="100%">
<table align="center" border="0" cellspacing="0" cellpadding="0" width="100%">
<tr>
<td><br>
</td>
<td bgcolor="#FFFFFF" height="196"><% if rs("gq")="企業名稱" then%> <font color="#fc9603">【<%=rs("gq")%>】</font>
<%else%> <font color="#079807">【<%=rs("gq")%>】</font> <%end if%>
<%=rs("subject")%> (<%=rs("time")%>)<br>
<br>
<font class="d"><%=rs("memo")%><br>
</font>
<table bgcolor="#F2F8FD" height="169" width="100%">
<tr>
<td align="right" height="25">地址:</td>
<td height="25"><%=rs("address")%></td>
</tr>
<tr>
<td align="right" width="20%" height="25">姓名:</td>
<td height="25"><a href="mailto:<% =rs("email")%>"><%=rs("name")%></a></td>
</tr>
<tr>
<td align="right" height="25">電話:</td>
<td height="25"><%=rs("gs")%></td>
</tr>
<tr>
<td align="right" height="25">郵編:</td>
<td height="25"><%=rs("code")%></td>
</tr>
<tr>
<td align="right" height="25">網址:</td>
<td height="25"><%=rs("phone")%></td>
</tr>
<tr>
<td align="right" height="1">郵箱:</td>
<td height="1"><%=rs("email")%></td>
</tr>
<tr>
<td align="right" height="15"> </td>
<td height="15">
<p align="right"><font color="#003333">『<a href="javascript:self.close()">關閉窗口</a>』</font></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
<center>
</center>
</div>
</td>
</tr>
</table>
</td>
</tr>
</table>
</div>
</body>
<%
rs.close
set rs=nothing
conn.close
set conn=nothing
%>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -