I created a form that collects a username and password. I have a image that will be used as the go/submit button, question is how do I submit the 2 entries to a remote site to populate their field and login?
<form name="form1" method="post" action="">
<p>
<label>
<input name="loginname" type="text" id="loginname" value="Email">
<span style="margin:20px 0 0 0; padding:0 0 0 0;"><a href="index.html"><img src="images/h.jpg" alt="" border="0" style="margin:0 0 0 0;" /></a></span></label>
<label>
<input name="password" type="text" id="password" value="Password">
</label>
</p>
</form>
Start Free Trial