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

    <!--#include file="session.asp" -->




<style type="text/css">
<!--
.STYLE1 {color: #FF0000}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-size: 13px;
}
.boder1 {
	border: 1px solid #7F9DB9;
}
a:link {
	color: #316AC5;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #316AC5;
}
a:hover {
	text-decoration: underline;
	color: #990000;
}
a:active {
	text-decoration: none;
	color: #990000;
}
-->
</style>
<script>
window.focus()
function get_path(str)
{
	document.all.dbName.value=str;
}

function modify_pass()
{
window.showModalDialog('dialog.asp?title=修改密码&url=user.asp',window,'status:no;help:no;dialogWidth:300px;dialogHeight:150px');
}
</script>

<body scroll=no>
<table width="100%" height="100%" cellpadding="0" cellspacing="6" bgcolor="#ECE9D8">
  <tr>
    <td height="26" colspan="2" align="center" bgcolor="#ECE9D8">


  <table width="100%" cellspacing="0" cellpadding="0">
  <form action="db_from_Access_left.asp" method="post" name="form1" target="leftFrame" id="form1" >

          <tr>
            <td width="12%" align="center" nowrap="nowrap">Access源文件:</td>
            <td width="43%"><input name="dbName" type="text" id="dbName" style="width:100%" /></td>
            <td width="6%"><input type="button" name="Submit3" onClick="window.showModelessDialog('dialog.asp?title=选择mdb文件&url=file_select.asp?funName=get_path',window,'status:no;dialogWidth:666px;dialogHeight:555px;help:no;resizable:yes')"  value="浏览..." /></td>
            <td width="19%">&nbsp;
            <input type="submit" name="Submit" value="打开"/></td>
            <td width="20%" align="center"><%=session("yinteda_access_userName")%> | <a href="javascript:modify_pass();">修改密码</a> | <a href="login.asp?exe=out">退出</a></td>
          </tr>  </form>
    </table>	</td>
  </tr>
  <tr>
    <td width="22%" align="center" bgcolor="#FFFFFF" class="boder1"><iframe name="leftFrame" width="100%" height="100%" frameborder="0" scrolling="auto" src=""></iframe></td>
    <td width="83%" align="center" valign="top" class="boder1"><iframe name="rightFrame" width="100%" height="100%" frameborder=0 scrolling="no" src="db_from_help.asp"></iframe></td>
  </tr>
</table>