|
Norm et.
al.,
You can
disable the automatic preview of messages in KillerWebMail by editing the
msgsum.html file. Find this block of code at about line 369:
function myLoad(){
// reset reload count, because user is obviously active parent.refreshCount=0 if(parent.previewFrame){ <!--IMAIL.BeginIfMsgCount.EQ 0--> parent.previewFrame.location.href="readfail.html?blank=yes" <!--IMAIL.ElseBeginIfMsgCount--> parent.previewFrame.location.href="rmail.<!--IMAIL.Number-->.cgi?mbx="+MailboxLink+"&msgsort="+z <!--IMAIL.EndBeginIfMsgCount--> } } and comment
out the reload lines (changes shown in red... one of the few times I like html
msgs to a list):
function myLoad(){
// reset reload count, because user is obviously active parent.refreshCount=0 if(parent.previewFrame){ <!--IMAIL.BeginIfMsgCount.EQ 0--> //parent.previewFrame.location.href="readfail.html?blank=yes" <!--IMAIL.ElseBeginIfMsgCount--> //parent.previewFrame.location.href="rmail.<!--IMAIL.Number-->.cgi?mbx="+MailboxLink+"&msgsort="+z <!--IMAIL.EndBeginIfMsgCount--> } } Note that the only way
to prevent this "hack" (embedded JavaScript commands) is for Ipswitch to rewrite
the iwebmsg service so it parses-out all JavaScript from the message body before
sending it to the browser.
Ron Hornbaker
|
- RE: [IMail Forum] Old Hack on Hotmail seems to work on i... Norman J. Nolasco
- RE: [IMail Forum] Old Hack on Hotmail seems to work... Norman J. Nolasco
- RE: [IMail Forum] Old Hack on Hotmail seems to ... Ron Hornbaker
- RE: [IMail Forum] Old Hack on Hotmail seems... Norman J. Nolasco
- RE: [IMail Forum] Old Hack on Hotmail s... Ron Hornbaker
- RE: [IMail Forum] Old Hack on Hotm... Norman J. Nolasco
- RE: [IMail Forum] Old Hack on Hotm... Norman J. Nolasco
- RE: [IMail Forum] Old Hack on ... Ron Hornbaker
- RE: [IMail Forum] Old Hack... Norman J. Nolasco
- RE: [IMail Forum] Old Hack... Ron Hornbaker
- RE: [IMail Forum] Old Hack... Norman J. Nolasco
- Re: [IMail Forum] Old Hack... serge
- RE: [IMail Forum] Old Hack... Ron Hornbaker
