> I'm trying to add a function in the msgsum.html (mail summary)
> so far i have a icon beside each msg listed, when clicked it
> calls a function defined at the top of the page.
>
> Here's what I have "working", all it does is just show me that
> its getting the data.
>
> document.write('<!--IMAIL.CurrentDomain--> <!--IMAIL.UserID-->
> <!--IMAIL.CurrentMailBox-->'+inpt)
>
> Now the problem I run in to is when I wish to display (of
> anything) the msg header of the selected msgs I get ziltch.
>
> Is it possible to use Tags like
> "<!--IMAIL.MailMessageWithHeader-->" on the msgsum page? if so how :)
Two things:
- The IMAIL.MailMessageWithHeader tag only works when displaying a single
message (like on the readmail.html page), not in the middle of the message
list.
- Remember that JavaScript doesn't handle carriage returns well, so you
could never do something like :
document.write('<!--IMAIL.MailMessageWithHeader-->');
because the JS statement would break at the first CR.
Ron Hornbaker
- http://humankindsystems.com - 2,367 admins can't be wrong
- http://AnswerTrack.com - eCRM email tracking & routing
- http://KillerWebMail.com - the name says it all
- Buy IMail from us, get KillerWebMail FREE!
- 1-888-952-4888 or [EMAIL PROTECTED]
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/