You're welcome! Now your next problem is going to be how to return to
this new login page on the other domain when the login fails or when
the user logs out. :)

Hint:
<script language="javascript">
<!--
        document.location.replace('http://www.domain.com/login.html');
//-->
</script>
... on the original login page and the original logout page.  BTW, this
is code for MSIE4.0+ only.  I don't do Netscape javascript on principle.

Norman J. Nolasco
Advarion Incorporated
www.advarion.com

PS - Please don't flame me on that NS comment.

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Sebastian A
Nievas
Sent: Wednesday, February 27, 2002 11:35 AM
To: [EMAIL PROTECTED]
Subject: Re: [IMail Forum] Accessing Mail from simple form


Thanks a lot Norman! you're a genius!!!

Sebastian
----- Original Message -----
From: "Norman J. Nolasco" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, February 27, 2002 9:22 AM
Subject: RE: [IMail Forum] Accessing Mail from simple form


> Try this HTML on the other domain...
>
> <html><head><title>Test Login</title></head>
> <body>
> <form name="logon" method="post"
> action="http://mail.domain.com:8383/login.cgi";>
> <INPUT TYPE="hidden" NAME="page" VALUE="login">
> <input type="text" name="userid">
> <input type="text" name="passwd">
> <input type="submit">
> </form>
> </body></html>
>
> Just make sure the action="" stuff in the <form> tag is correct for your
> mail server.
>
> Norman J. Nolasco
> Advarion Incorporated
> www.advarion.com
>
>
> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Sebastian
> Nievas
> Sent: Wednesday, February 27, 2002 9:53 AM
> To: [EMAIL PROTECTED]
> Subject: Re: [IMail Forum] Accessing Mail from simple form
>
>
> You are very right, i apologize.  Yesterday before i posted i was
frustrated
> because i was on hold with iMail and she couldn't understand what i was
> talking about, she just said "sure u can just put a link to the login
page!"
> sigh...
>
> so if anyone can help me with this i'd really appreciate it.  Like i said
> before, if the form wasn't all in javascript i'd be able to just duplicate
> the form... but this is a little different.  Thanks in advanced!
>
> Sebastian
> ----- Original Message -----
> From: "Chris Bone" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Wednesday, February 27, 2002 5:30 AM
> Subject: Re: [IMail Forum] Accessing Mail from simple form
>
>
> You might have a better response rate if you were nicer in your postings
>
> Just a suggestion
>
> regards
>
>
>
> Chris Bone
> Web Engineer
> Chartway Federal Credit Union
> http://www.chartway.com
>
>
> >>> [EMAIL PROTECTED] 02/26/02 06:46PM >>>
> Is there a way that i can insert 2 fields (e-mail address & password) on
my
> home page (kinda like hotmail or something) instead of having to go
through
> the login page?  If so what are the fields required etc.. i noticed the
> login page was javascript... i just want them to be able to log in.. none
of
> that remember me crap.. even though that would be nice too...
>
> and no, i do NOT WANT TO LINK TO LOGIN page.  and NO i don't want to edit
> template.  i'm pretty sure this has been done before!!
> Thanks in advanced!!
>
> Sebastian Nievas
>
>
> Please visit http://www.ipswitch.com/support/mailing-lists.html
> to be removed from this list.
>
> An Archive of this list is available at:
> http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
>
>
>
> Please visit http://www.ipswitch.com/support/mailing-lists.html
> to be removed from this list.
>
> An Archive of this list is available at:
> http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
>
>
> Please visit http://www.ipswitch.com/support/mailing-lists.html
> to be removed from this list.
>
> An Archive of this list is available at:
> http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
>
>



Please visit http://www.ipswitch.com/support/mailing-lists.html
to be removed from this list.

An Archive of this list is available at:
http://www.mail-archive.com/imail_forum%40list.ipswitch.com/


Please visit http://www.ipswitch.com/support/mailing-lists.html 
to be removed from this list.

An Archive of this list is available at:
http://www.mail-archive.com/imail_forum%40list.ipswitch.com/

Reply via email to