<menu id="ocigx"><listing id="ocigx"><em id="ocigx"></em></listing></menu><em id="ocigx"><track id="ocigx"><strong id="ocigx"></strong></track></em>
<ins id="ocigx"></ins>

<samp id="ocigx"></samp>

<mark id="ocigx"><ruby id="ocigx"><legend id="ocigx"></legend></ruby></mark><bdo id="ocigx"></bdo>
      <kbd id="ocigx"></kbd>
      首頁 > 開發 > Asp > 正文

      用ASP發 WAP MAIL(-)

      2018-10-16 21:06:57
      字體:
      來源:轉載
      供稿:網友
      用ASP發 WAP MAIL需要以下兩個文件:
      default.asp
      <%
      Response.Buffer = True
      Response.ContentType = "text/vnd.wap.wml"
      Response.Write "<?xml version=""1.0%>
      <wml>
        <card id="Intro" title="e8899.com' WAP Mail">
          <p align="center">
            <big><strong>歡迎使用WAP Mail</strong></big>
            <br/>
            <br/>
            <a href="#Send">正在發送郵件 ...</a>
          </p>
          <p>
            <small>e8899.com</small>
          </p>
        </card>

        <card id="Send" title="E8899.COM' WAP Mail">
          <p>
            來自: <input type="text" name="From"/><br/>
            發到: <input type="text" name="To"/><br/>
            主題: <input type="text" name="Subject"/><br/>
            內容: <input type="text" name="Body"/><br/>
          </p>
          <p align="center">
          <do type="accept" label="Send">
            <go href="mail.asp" method="post">
                 <postfield name="From" value="$From"/>
                 <postfield name="To" value="$To"/>
                 <postfield name="Subject" value="$Subject"/>
                 <postfield name="Body" value="$Body"/>
            </go>
          </do>
          </p>
          </card>
      </wml>

      發表評論 共有條評論
      用戶名: 密碼:
      驗證碼: 匿名發表

      圖片精選