⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 weather.aspx

📁 Programming Web and Desktop Applications in ADO .NET and ASP .NET
💻 ASPX
字号:
<%@ Page Language="vb" AutoEventWireup="false" Codebehind="Weather.aspx.vb" Inherits="Weather.WebForm1" enableViewState="False" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
	<HEAD>
		<title>Weather Forecast by Unisys</title>
		<meta name="GENERATOR" content="Microsoft Visual Studio.NET 7.0">
		<meta name="CODE_LANGUAGE" content="Visual Basic 7.0">
		<meta name="vs_defaultClientScript" content="JavaScript">
		<meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
	</HEAD>
	<body MS_POSITIONING="GridLayout">
		<form id="Form1" method="post" runat="server">
			<asp:Label id="Label1" style="Z-INDEX: 101; LEFT: 28px; POSITION: absolute; TOP: 23px" runat="server" Width="392px" Height="27px" Font-Bold="True" Font-Names="Arial" Font-Size="Large" ForeColor="Blue">Unisys Weather Forecast</asp:Label>
			<asp:Label id="Label2" style="Z-INDEX: 102; LEFT: 29px; POSITION: absolute; TOP: 92px" runat="server" Width="151px" Height="23px" Font-Bold="True" Font-Names="Arial">Enter Zip Code</asp:Label>
			<asp:TextBox id="txtZipCode" style="Z-INDEX: 103; LEFT: 185px; POSITION: absolute; TOP: 92px" runat="server" Width="75px" Font-Bold="True" Font-Names="Arial"></asp:TextBox>
			<asp:Label id="lblForecast" style="Z-INDEX: 104; LEFT: 30px; POSITION: absolute; TOP: 181px" runat="server" Width="655px" Height="169px" Font-Bold="True" Font-Names="Arial"></asp:Label>
			<asp:Button id="btnWeather" style="Z-INDEX: 105; LEFT: 274px; POSITION: absolute; TOP: 91px" runat="server" Width="224px" Height="27px" Font-Bold="True" Font-Names="Arial" Text="Get Weather Forecast"></asp:Button>
			<asp:CheckBox id="chkOutputOption" style="Z-INDEX: 106; LEFT: 27px; POSITION: absolute; TOP: 136px" runat="server" Font-Size="X-Small" Font-Names="Arial" Font-Bold="True" Width="268px" Text="Show simple text forecast?"></asp:CheckBox>
		</form>
	</body>
</HTML>

⌨️ 快捷键说明

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