Gossamer Forum
Home : Products : Gossamer Mail : Discussion :

Re: [yogi] Compose JavaScript Error

Quote Reply
Re: [yogi] Compose JavaScript Error In reply to
I'm guessing just changing the line:
Code:
else if (!attach_okay) {
to
Code:
else if (document.msgs.attach_filename.value) {
should work as well.

Adrian

Last edited by:

brewt: Feb 24, 2004, 2:49 AM
Subject Author Views Date
Thread Compose JavaScript Error yogi 4449 Feb 23, 2004, 11:58 PM
Thread Re: [yogi] Compose JavaScript Error
brewt 4386 Feb 24, 2004, 12:18 AM
Thread Re: [brewt] Compose JavaScript Error
yogi 4393 Feb 24, 2004, 12:51 AM
Thread Re: [yogi] Compose JavaScript Error
brewt 4392 Feb 24, 2004, 2:26 AM
Thread Re: [brewt] Compose JavaScript Error
yogi 4389 Feb 24, 2004, 2:28 AM
Post Re: [yogi] Compose JavaScript Error
brewt 4382 Feb 24, 2004, 2:39 AM
Post Re: [yogi] Compose JavaScript Error
brewt 4383 Feb 24, 2004, 2:49 AM