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

📄 listing2305.aspx

📁 asp入门到精通的源代码
💻 ASPX
字号:
<%@ Page Inherits="System.Web.UI.MobileControls.MobilePage" Language="VB" %>
<%@ Register TagPrefix="Mobile" Namespace="System.Web.UI.MobileControls" Assembly="System.Web.Mobile" %>

<Mobile:Form runat="server">
   <DeviceSpecific>
      <Choice Filter="IsHtml32">
         <HeaderTemplate>
            <table width="100%" height="100%">
            <tr>
               <td bgcolor="#cccc99">
                  <img src="header.gif" height="26" width="100">
               </td>
            </tr>
            <tr>
               <td bgcolor="#ffffff" valign="top">
         </HeaderTemplate>
         <FooterTemplate>
            </td></tr>
            <tr><td bgcolor="#cccc99" height="4"></td></tr>
            </table>
         </FooterTemplate>
      </Choice>
      <Choice>
         <HeaderTemplate>
            <Mobile:Label runat="server" StyleReference="Title" Text="MySite.com" />
         </HeaderTemplate>
      </Choice>
  </DeviceSpecific>
  <Mobile:Label FontSize="Small" FontName="Arial" 
     Text="Welcome to my site!" />
</Mobile:Form>

⌨️ 快捷键说明

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