[Tickets #618] NEW: JS error in attachment field generation

bugs at bugs.horde.org bugs at bugs.horde.org
Wed Sep 22 05:17:03 PDT 2004


DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/?id=618
-----------------------------------------------------------------------
 Ticket     | 618
 Created By | vilius at lnk.lt
 Summary    | JS error in attachment field generation
 Queue      | IMP
 Version    | HEAD
 State      | Unconfirmed
 Priority   | 1. Low
 Type       | Bug
 Owners     | 
-----------------------------------------------------------------------


vilius at lnk.lt (2004-09-22 05:17) wrote:

When all attachment fields are used, I get javascript error:

Line: 501
Char: 13
Error: Could not get the type property. This command is not supported.
URL:
https://mail.lnk.lt/horde/imp/compose.php?thismailbox=INBOX.Horde.dev&uniq=1
095854874171

code on this line is:

line 499: var file = document.createElement('INPUT');
line 500: td.appendChild(file);
line 501: file.type = 'file';
line 502: file.name = 'upload_' + (usedFields + 1);
line 503: file.onchange = function() { attachmentChanged(); };

I'm using IE6SP2. Mozilla works fine. Another IE bug?




More information about the bugs mailing list