用 ASP 发 WAP 메일 需要以下两个文件 :
Default.asp
<%
응답 .buffer = true
응답 .ContentType = "Text/vnd.wap.wml"
response.write "<? xml 버전 =" "1.0%>
<WML>
<card id = "소개">
<p align = "Center">
<빅> <strong> <wap mail </strong> </big>
<br/>
<br/>
<a href = "#send"> 正在发送邮件 ... </a>
</p>
<p>
<Small> e8899.com </small>
</p>
</카드>
<card id = "send">
<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 = "$ 주제"/>
<postfield name = "body"value = "$ body"/>
</go>
</do>
</p>
</카드>
</wml>