www.gusucode.com > 因特达Access数据库在线管理系统 > 因特达Access数据库在线管理系统\code\access\main.asp

    <html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>主框架</title>
<style type="text/css">
.t1 {
	border-bottom-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #6D91AF;
	background-color: #BCCCDA;
}
body,td,th {
	font-size: 12px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
</style>
</head>

<body>
<table width="100%" height="100%" cellpadding="0" cellspacing="0">
  <tr>
    <td height="22" class="t1">
    <label><input name="show_type" type="radio" id="show_type_0" onClick="mainFrame.document.location='db_tb_value.asp?db=<%=server.urlEncode(request("db"))%>&tb=<%=server.urlEncode(request("tb"))%>'" value="td" checked>
    表记录</label>
<label><input onClick="mainFrame.document.location='db_tb_td.asp?key=view&table_name=<%=request("tb")%>'" type="radio" name="show_type" value="value" id="show_type_1">表结构</label>    </td>
  </tr>
  <tr>
    <td ><iframe frameborder="0" name=mainFrame width=100% height='100%' scrolling="auto" src="db_tb_value.asp?db=<%=server.urlEncode(request("db"))%>&tb=<%=server.urlEncode(request("tb"))%>"></iframe>&nbsp;</td>
  </tr>
</table>
</body>
</html>