For anyone else who is having trouble with the "Next" button on the readmail.htm page 
disappearing at random in a highly modified custom template.

I succesfully replaced the "Next" button entirely with a little Javascript. Place the 
following code in your page where you want the button to be. Feel free to modify it to 
suit your own needs and good luck!

<a href="JavaScript:doButton('Top','<!--IMAIL.NextButton-->')">
<script language="JavaScript" type="text/javascript"><!--
        if (<!--IMAIL.CurrentUnsortedMessageNum--> < <!--IMAIL.CurrentMessageCount-->) 
{
        document.write("<img src='images/nextpage.gif' border='0'>")
        }
// -->
</script></a>

Greg Mills
Webmaster -WebKorner Internet Services
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