📄 disp_dish.asp
字号:
<%
set rs = server.Createobject("ADODB.recordset")
rs.open "Select * from t_dish where dish_id="& request("id") &"",Application("Connect_String"),3,2
%>
<html>
<head>
<title>每日一菜</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" type="text/css" href="../htmlstyle.css">
</head>
<body bgcolor="#FFFFFF" text="#000000" background="../images/bgcolor.gif" topmargin="5">
<table border="1" cellpadding="0" cellspacing="0" width="450" bordercolor="#000000"
bordercolordark="#FFFFFF" align="center">
<tr>
<td><img src="../images/todaytop.jpg" width="450" height="57"></td>
</tr>
<tr>
<td>
<table width="400" border="0" cellspacing="0" cellpadding="0" align="center" height="269">
<tr>
<td valign="top" background="../images/bgtu.gif" height="15"> </td>
</tr>
<tr>
<td valign="top" background="../images/bgtu.gif" height="30">
<div align="center"><b><%=rs("dish_title")%></b></div>
</td>
</tr>
<tr>
<td valign="top" background="../images/bgtu.gif"><img border="0" src="ShowImage.asp?id=<%=request("id")%>" style="float: left"><b><font color="#CC6600">特点:</font></b><%=rs("dish_use1")%><br>
<br><font color="#CC6600"><b>功效:</b></font><%=rs("dish_use2")%><br>
<br>
</td>
</tr>
<tr>
<td valign="top" background="../images/bgtu.gif" height="20"> </td>
</tr>
</table>
</td>
</tr>
<tr>
<td>
<div align="center"><a href="javascript:window.close()">关闭窗口</a></div>
</td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -