1

Click here to load reader

logincode carasen12

Embed Size (px)

Citation preview

Page 1: logincode carasen12

This is the code for the login to the e-mail service provided by zzn.com. Copy this HTML code onto your website to allow your users to login to their email from your webpage. (Use Ctrl-A to select all, Ctrl-C to copy the text and Ctrl-V to paste the text into your html.)

<form method=POST action=http://carasen12.zzn.com/email/spanish/login/loginaction.asp name=login> <input type=hidden name=java value=1> <input type=hidden name=company value=carasen12> <input type=hidden name=Interface value=11 > <table width=350 border=0 cellpadding=2 cellspacing=0> <tr> <td colspan=3 BGcolor=white height=20> <font face=arial size=3 color=black> <b> Login to carasen12 mail </b></font> </td> </tr> <tr> <td BGcolor=white><font face=arial size=2 color=black><b> User Name:</b></font> </td> <td BGcolor=white><font face=arial size=2 color=black><b> Password:</b></font> </td> <td BGcolor=white> </td> </tr> <tr> <td BGcolor=white> <input type=text name=loginname size=10> </td> <td BGcolor=white> <input type=password name=loginpassword size=10> </td> <td BGcolor=white width=80 align=right> <input type=image name=Log_in src=http://carasen12.zzn.com/email/spanish/images/btn_lgn.gif alt=Login border=0> </td> </tr> <tr> <td BGcolor=white colspan=3> <table border=0 width=350> <tr> <td><font size=1 face= Arial,Geneva color=#808080> <a href=http://carasen12.zzn.com/email/spanish/technicalsupport/tech_frameset.html?Company=carasen12" target=_blank>Technical Support</a> </font> </td> <td align=center><font size=1 face=Arial,Geneva color=#808080> <a href=http://carasen12.zzn.com/email/spanish//help/p_help.asp target=_blank>Help</a> </font> </td> <td align=right BGcolor=white><font size=1 face= Arial,Geneva color=#808080> <a href=http://carasen12.zzn.com/email/spanish/login/HintLogin.asp?Company=carasen12&Interface=11 target=_self>Password Reminder</a> </font> </td> </tr> </table> </td> </tr> </table> </form>