persitquod
Newbie
- Mar 29, 2012
- 3
- 0
Hi friends,
i'm new to vb.net and need some help.
i'm trying to send my mail to a site using httwebrequest looking random codes on the web.
still now nothing works, coud you help me?
this is the html page where I'm trying to send my mail with a random fake ip.
Exist a way do to it throught webrequest or I need to put a webbrowser?
thank you
i'm new to vb.net and need some help.
i'm trying to send my mail to a site using httwebrequest looking random codes on the web.
still now nothing works, coud you help me?
this is the html page where I'm trying to send my mail with a random fake ip.
Code:
<div class="page-content"><form action="http://test.php" method="POST" name="formAnaInt"> </p>
<div class="box"><input id="inputAM" style="width: 200px;" name="email" required="" type="email" value="" placeholder="email"/><br/>
<button name="button">Test</button><br/>
<input id="inputAM" style="width: 50px; visibility: hidden;" name="ipuser" readonly="readonly" type="text" value="2001:16a2:7ca:2100:e537:28d1:86f:e128"/></div>
</div>
</form>
thank you