用 ASP 发 Correo WAP 需要以下两个文件:
predeterminado.asp
<%
Respuesta.Buffer = True
Respuesta.contentType = "text/vnd.wap.wml"
Response.write "<? Xml versión =" "1.0%>
<WML>
<tarjeta id = "intro">
<p align = "centro">
<big> <strong> 欢迎使用 Wap Mail </strong> </big>
<br/>
<br/>
<a href = "#send"> 正在发送邮件 ... </a>
</p>
<p>
<Small> E8899.com </small>
</p>
</etard>
<tarjeta id = "enviar">
<p>
来自: <input type = "text" name = "from"/> <br/>
发到: <input type = "text" name = "to"/> <br/>
主题: <input type = "text" name = "temas"/> <br/>
内容: <input type = "text" name = "body"/> <br/>
</p>
<p align = "centro">
<do type = "Acept" Label = "Send">
<Go href = "mail.asp" método = "post">
<postfield name = "de" value = "$ from"/>
<Postfield name = "a" value = "$ to"/>
<Postfield name = "Sujeto" Valor = "$ Sujem"/>
<Postfield name = "Body" Value = "$ Body"/>
</go>
</do>
</p>
</etard>
</wml>