RE: [IMail Forum] Phrase Filtering in Anti-Spam optionsMark Gordon ink
wired:

> What happens when you goto another option does it
> ask you if you want to save?

The other options work just fine and display a fully functional/operational
save button.

I ran a debugger on the page and found that it is abending in "function
diasableSettings(form, mode)" on the line "form.actionListEntry.disabled =
mode;" (below)

<!-- 

function disableSettings(form, mode)
{
// This function will disable or enable
// each control on the page
var color = "#FFFFFF";
if(mode == 1)
{
color = "#E2E2E2"
changeModeTo(form, 'Add');
}
form.entry.disabled = mode;
form.entry.style.background = color;
form.theListEntry.disabled = mode;
form.theListEntry.style.background = color;
form.addBtn.disabled = mode;
form.actionListEntry.disabled = mode;
form.actionListEntry.style.background = color;
form.actionAddress.disabled = mode;
form.actionAddress.style.background = color;
}

//-->


I will see if the suggestion of deleting the text file will help.  Thanks!

--
I Shave With Occams Razor
http://www.dwacon.com

To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html
List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/

Reply via email to