📄 top.aspx
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="top.aspx.cs" Inherits="top" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
<title>无标题页</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /><style type="text/css">
<!--
body,td,th {
font-size: 12px;
}
-->
</style></head>
<body style="margin: 0px; font-size: 10px;">
<script language="javascript" type="text/javascript" src="topJScript.js"></script>
<form id="form1" runat="server">
<div>
<table border="0" cellpadding="0" cellspacing="0" style="width: 100%">
<tr>
<td style="width: 100px; height: 15px;">
</td>
<td style="width: 775px; height: 15px;">
<table border="0" cellpadding="0" cellspacing="0" style="width: 100%">
<tr>
<td style="width: 35px; height: 15px;"><img alt="" id="m_logo" src="images/logo.jpg" />
</td>
<td style="width: 100px; height: 15px;">
<table id="table1" width="535" border="0" cellpadding="0" cellspacing="0">
<tr>
<td style="height:25px; vertical-align:middle" id="td1">
<%
Response.Write(tableStr);
%>
</td>
</tr>
<tr>
<td style="width: 100px; height:30px; vertical-align:middle">
<table border="0" cellpadding="0" cellspacing="0" style="width: 530px">
<tr>
<td style="width: 360px">
<input type="text" id="text1" value="China" style="width: 350px; border-right: gray 1px solid; border-top: gray 1px solid; border-left: gray 1px solid; border-bottom: gray 1px solid;" /></td>
<td style="width: 81px">
<asp:DropDownList ID="DropDownList1" runat="server" Width="81px">
</asp:DropDownList></td>
<td style="width: 66px">
<input type="button" id="button1" value=" 查询 " onclick="buttonClick()" style="border-right: gray 1px solid; border-top: gray 1px solid; border-left: gray 1px solid; border-bottom: gray 1px solid; height: 20px"/></td>
</tr>
</table>
</td>
</tr>
<tr>
<td style="width: 100px" id="td2">
<table border="0" cellspacing="0" cellpadding="0" width="435">
<tr>
<td style="width: 75px; height: 15px;">快速定位:</td>
<td style="width: 60px; height: 15px;"><label onclick="continentClick('亚洲')" style="text-decoration: underline; cursor: hand;">亚洲</label></td>
<td style="width: 60px; height: 15px;"><label onclick="continentClick('非洲')" style="text-decoration: underline; cursor: hand;">非洲</label></td>
<td style="width: 60px; height: 15px;"><label onclick="continentClick('欧洲')" style="text-decoration: underline; cursor: hand;">欧洲</label></td>
<td style="width: 60px; height: 15px;"><label onclick="continentClick('北美洲')" style="text-decoration: underline; cursor: hand;">北美洲</label></td>
<td style="width: 60px; height: 15px;"><label onclick="continentClick('南美洲')" style="text-decoration: underline; cursor: hand;">南美洲</label></td>
<td style="width: 60px; height: 15px;"><label onclick="continentClick('大洋洲')" style="text-decoration: underline; cursor: hand;">大洋洲</label></td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
<td style="width: 100px; height: 15px;">
</td>
</tr>
</table>
</div>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -