?? 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}
.style9 {font-size: 18px}
-->
</style>
</head>
<!--#include file="conn.asp"-->
<%
'畢業設計:林林網絡招聘系統
'畢業設計:林林網絡招聘系統
' 本頁面得到公司的相關信息
if session("user")="" then
Response.write("<center>使用錯誤,請先登陸")
Response.End
end if
%>
<%
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">公司/單位詳細資料<br>
<br>
</font><span class="style8">
<%
if session("flag")=1 or session("flag")=2 then
Response.Write "<A HREF=../mail/user/writetocom.asp?com="&rs("com")&">給該公司/單位發送消息</a>"
end if
%></span></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"><%response.write "<a href='javascript:onclick=history.go(-1)'><span class='style8'>返回前一頁</span></a>"%>
</table>
</form>
<table width="496" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td scope="col"><div align="center"><span class="style9">
<%
if session("flag")=1 then
Response.Write "<TD><FORM METHOD='POST' TARGET= '_self' ACTION='../user/jladd.asp?com=" & _
RS("com") & "&comid=" & RS("comid") & _
"'></td>"
Response.Write "<TD align='center'><INPUT TYPE='SUBMIT' VALUE='投遞簡歷'></TD></FORM>"
end if
%>
</span></div></td>
</tr>
</table>
<%
rs.Close
set rs=Nothing
conn.Close
set conn=Nothing
%>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -