hi, i know that through html i can simply make a form and "post" something to a certain asp, but how can i do this through vb?? i mean in html i would look like:
<form action="someasp.asp" method="post"...>
.
.
<input type="submit" dir="rtl" name="enter" value="ok">
</form>
how can i do this through vb??