|
I use
ColdFusion, but you could do something like this: <script
language="JavaScript"> <!-- function
submitForm() {document.mail_login.submit();} //--> </script> </head> <body topmargin=0 leftmargin=0 bgcolor="#FFFFFF" > <cfoutput> <form
method="POST" action=" http://mail.yourdomain.com:8383/login.cgi"
name="mail_login"> <input
type="hidden" name="page" value="login"> <input
type="hidden" name="userid" value="#loginuserid#"> <input
type="hidden" name="passwd"
value="#session.userpwd#"> </form> </cfoutput> -- Jeffrey B. Marsh No job is so
simple that it can't be done wrong. -----Original
Message----- I'm
trying to use the Web Interface to iMail. I already have the username and
password available to me in an ASP program. I want to click a hyperlink in the
ASP program to get to the iMail user's menu screen without having to go through
the login screen by supplying the username and password via the ASP
program. Does anyone know how to do this and possibly have an example? Brian |
- [IMail Forum] Web access Jaymes Salestrom
- Re: [IMail Forum] Web access Gary Cook
- [IMail Forum] Web access Jason O'Shea
- RE: [IMail Forum] Web access Scot Desort
- [IMail Forum] Web Access Brian McCarty
- [IMail Forum] Web access Jeffrey Marsh
- [IMail Forum] Web access Ionas Hadjionas
- Re: [IMail Forum] Web access Todd Lahman
- RE: [IMail Forum] Web access Nick Lehman
- Re: [IMail Forum] Web access Todd Lahman
