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-----
From: Brian McCarty [mailto:[EMAIL PROTECTED]]
Sent: Monday, April 24, 2000 8:21 AM
To: [EMAIL PROTECTED]
Subject: [IMail Forum] Web Access

 

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

 

Reply via email to