viewproductsdetails.asp

来自「online sales system of texttile mill was」· ASP 代码 · 共 40 行

ASP
40
字号
<!-- #include file="conn.asp" -->
<%
Option Explicit

Dim ObjRS


%>

<html>
<head>
<title>Online A & An Text Tile Mills</title>
<link rel="stylesheet" type="text/css" href="styles/global.css">
</head>
<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr> 
    <td colspan="2" height="14"> 
      <div align="center">
        <!-- #INCLUDE FILE="Header.asp" -->
      </div>
    </td>
  </tr>
  <tr> 
    <td colspan="2"> 
      <div align="right"><!-- #INCLUDE FILE="Options.asp" --></div>
    </td>
  </tr>
  <tr> 
    <td width="19%" valign="top"><!-- #INCLUDE FILE="Categories.asp" --></td>
    <td width="81%" valign="top"><!-- #INCLUDE FILE="SelBookDetails.asp" --></td>
  </tr>
  <tr> 
    <td colspan="2"><div align="center"><!-- #INCLUDE FILE="Footer.asp" --></div></td>
  </tr>
</table>
</body>
</html>

⌨️ 快捷键说明

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