?? viewcom.asp
字號:
<html>
<head>
<title>用戶資料</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" type="text/css">
<style type="text/css">
<!--
.style6 {font-size: 14px}
.style7 {
font-size: 18px;
color: #0000FF;
}
.style8 {font-size: 14}
-->
</style>
</head>
<!--#include file="conn.asp"-->
<%
'畢業(yè)設(shè)計:林林在線網(wǎng)絡(luò)招聘系統(tǒng)
'畢業(yè)設(shè)計:林林在線網(wǎng)絡(luò)招聘系統(tǒng)
dim cid
dim rs, sql
Set rs=Server.CreateObject("Adodb.RecordSet")
sql="select * from cominfo where com='"&Request.QueryString("user")&"'"
rs.Open sql,conn,1,1
%>
<body>
<%RS.Move cid=("select comid from cominfo where com='"&Request.QueryString("user")&"'")%>
<form method="post" id="form1" name="form1">
<p align="center"><font color="#DC143C" face="幼圓" size="5">公司/單位詳細(xì)資料<br>
</font></p>
<table width="85.31%" height="123" border="1" align="center" cellpadding="1" cellspacing="1" style="height:123px;width:511px">
<tr>
<td><span class="style6">[公司名稱:]<%=rs("comname")%></span>
<td><span class="style6">[E-mail:]<%=rs("email")%></span>
<tr>
<td><span class="style6">[公司地址:]<%=rs("addr")%></span>
<td colspan="2"><span class="style6">[電話:]<%=rs("phone")%></span>
<tr>
<td colspan="3"><span class="style6">[需要的人才類型:]<br>
<%=rs("want1")%>
<br>
<%=rs("want2")%></span>
<tr>
<td colspan="3">
<div align="center" class="style7">
公司介紹 </div>
<tr>
<td colspan="3"><span class="style6"><%=rs("introduce")%></span>
<tr>
<th colspan="3"><span class="style6"><a href="../index.asp">返回首頁</a></span>
</table>
</form>
<%
rs.Close
set rs=Nothing
conn.Close
set conn=Nothing
%>
</body>
</html>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -