B
Bubu
Grreting, this is Robert from Italy.
I have a simple web-page in my Hardisk, that has already my login name for
yahoo email account, i have just to enter the password and press submit,
then i automatically login my yahoo mail.
following, the code i use.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<META http-equiv=Content-Type content="text/html; charset=windows-1252">
<META content="MSHTML 5.50.4134.100" name=GENERATOR>
</HEAD>
<BODY>
<FORM name=login_form action=http://edit.europe.yahoo.com/config/login?>
<INPUT type=hidden value=http://mail.yahoo.com name=.done>
UserId
<INPUT value=qdfqdr name=login>
Password
<INPUT type=password name=passwd>
<INPUT type=submit value="Send" name=.save>
</FORM>
</BODY>
</HTML>
It works, but i would like to make the same for other email account
from other provider, like www.tiscali.it and www.libero.it
but i have not idea how to code,
Any Help ?
Thanks.
Best Regards.
Robert.
Italy
I have a simple web-page in my Hardisk, that has already my login name for
yahoo email account, i have just to enter the password and press submit,
then i automatically login my yahoo mail.
following, the code i use.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<META http-equiv=Content-Type content="text/html; charset=windows-1252">
<META content="MSHTML 5.50.4134.100" name=GENERATOR>
</HEAD>
<BODY>
<FORM name=login_form action=http://edit.europe.yahoo.com/config/login?>
<INPUT type=hidden value=http://mail.yahoo.com name=.done>
UserId
<INPUT value=qdfqdr name=login>
Password
<INPUT type=password name=passwd>
<INPUT type=submit value="Send" name=.save>
</FORM>
</BODY>
</HTML>
It works, but i would like to make the same for other email account
from other provider, like www.tiscali.it and www.libero.it
but i have not idea how to code,
Any Help ?
Thanks.
Best Regards.
Robert.
Italy