> How can I get the webmail to send users directly to the inbox after
> logging in, also how can i get the user to go directly to the inbox
> after deleting a mesage.
Our web messaging is set up that way. In the MENU.HTML file, we added the following
JavaScript:
// Automatically start at inbox at logon
if ( document.referrer.indexOf( "8383/login." ) > -1 )
{
document.location.href =
'readmail.<!--IMAIL.Number-->.cgi?uid=<!--IMAIL.UserID-->&mbx=Main';
}
If the last page the user was on had "8383/login." (the standard login page) in it,
they would get relocated to the inbox. It's not perfect, but it got the job done for
us.
--
-Scott
Declude: Anti-virus and Anti-spam solutions for IMail. http://www.declude.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/