Vincent, Try embedding this in your home page, you can remove or edit the style and font tags to suit your situation:
<!-- start here --> <HTML> <FONT size=1>Check your e-mail from anywhere. <FORM name=logon action=http://mail.cyberspeed.us:8383/login.cgi method=post target=_blank> <INPUT type=hidden value=login name=page> Username .: <INPUT style="FONT-SIZE: 10px" size=15 name=userid><BR>Password .: <INPUT style="FONT-SIZE: 10px" type=password size=15 value="" name=passwd><BR> <INPUT style="FONT-SIZE: 10px; COLOR: #800000; BACKGROUND-COLOR: #c0c0c0" type=submit value=Login> </FORM> Commercial accounts MUST enter their full email address in the Username field. </FONT></HTML> <!-- end here --> Copy everything between the comment tags to notepad and save it as login.html, you should then be able to open it with your web browser. Enter a valid username/password and login to your mailserver (in a different window). It's the same form we use on our page, but with our address instead. FWIW I can't get to http://mail.cyberspeed.us:8383 from here. Fritz Frederick P. Squib, Jr. Network Operations/Mail Administrator Citizens Telephone Company of Kecksburg http://www.wpa.net () ascii ribbon campaign - against html mail /\ - against microsoft attachments -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Vincent Jordan Sent: Sunday, December 28, 2003 3:52 PM To: [EMAIL PROTECTED] Subject: [IMail Forum] Access webmail from an html form Ive read the article in the KB at http://support.ipswitch.com/kb/IM-20000316-DM02.htm And am having some issues with it working. Im sure it is something simple but html is not one of my strong points. <form> <form method="POST" action="http://mail.cyberspeed.us:8383/login.cgi"> <input type="hidden" name="page" value="login"> <input type="text" name="username" size="16" tabindex="1"> <input type="password" name="password" size="16" tabindex="2"> <button type="submit" name="Login" value="Login" tabindex="3"></button> </form> Any help would be appriciated To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/ Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/ --- [This E-mail scanned by Citizens Internet Services with Declude Virus.] --- [This E-mail scanned by Citizens Internet Services with Declude Virus.] To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/ Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/
