<?xml version="1.0"?><!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml">
<wml>
<card title="SEND MAIL" id="index">


<p>
	<small>
		<b>Name:</b><br/><input title="Name" name="name"/><br/>
		<b>Pass:</b><br/><input title="Pass" type="password" name="pass"/>
	</small>
</p>


<anchor>
	<b>[  Send  ]</b>
	<go href="p_post.php" method="post">
		<postfield name="name" value="$name"/>
		<postfield name="pass" value="$pass"/>
	</go>
</anchor>

</card>
</wml>
