example8.aspx

来自「东软内部材料(四)asp等相关的教学案例 」· ASPX 代码 · 共 43 行

ASPX
43
字号
<%@ Page Inherits="System.Web.UI.MobileControls.MobilePage" Language="C#" %>
<%@ Register TagPrefix="mobile" Namespace="System.Web.UI.MobileControls" Assembly="System.Web.Mobile" %>

<mobile:Form runat="server" id="first" title="Back to Front">
   <DeviceSpecific>
      <Choice Filter="isHTML32">
         <HeaderTemplate>
            <table width="100%" cellpadding="4" cellspacing="2"
                   bgcolor="black">
               <tr>
                  <td align="center" colspan="2" bgcolor="blanchedalmond">
                     <font face="Arial Black" size="5" color="black">
                        Back to Front
                     </font>
                  </td>
               <tr>
                  <td width="25%" bgcolor="Gold" valign="top">
                     <font face="Verdana, sans-serif" size="2"><b>
                        <a href="/index.aspx">Home</a><br>
                        <a href="/links.aspx">Links</a><br>
                        <a href="/about.aspx">About</a><br>
                        <a href="/discuss.aspx">Discuss</a><br>
                        <a href="/contact.aspx">Contact</a>
                     </b></font>
                  </td>
                  <td bgcolor="coral" valign="top">
         </HeaderTemplate>
         <FooterTemplate>
                  </td>
               <tr>
            </table>
         </FooterTemplate>
      </Choice>
      <Choice Filter="isUP4x">
         <HeaderTemplate>
            <b>Back to Front</b><br/>
         </HeaderTemplate>
      </Choice>
   </DeviceSpecific>
   The site that talks about what you don't want to hear about in a way that
   makes it too confusing to follow anyway!
</mobile:Form>

⌨️ 快捷键说明

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