用 asp 发 wap mail 需要以下两个文件:
default.asp
<%
Response.buffer = true
Response.contenttype = "text/vnd.wap.wml"
Response.write "<? Xml version =" "1,0%>
<wml>
<карта идентификатор = "Intro">
<p align = "center">
<Gig> <strong> 欢迎使用 WAP Mail </strong> </big>
<br/>
<br/>
<a href = "#send"> 正在发送邮件 ... </a>
</p>
<p>
<mall> e8899.com </small>
</p>
</card>
<карта идентификатор = "Отправить">
<p>
来自: <input type = "text" name = "from"/> <br/>
发到: <input type = "text" name = "to"/> <br/>
主题: <input type = "text" name = "субъект"/> <br/>
内容: <input type = "text" name = "body"/> <br/>
</p>
<p align = "center">
<do type = "Принять" 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>