I'm using the following javascript to gather phones:number values for
form submission.
for (var idx = 1; idx < max; idx++) {
if (eval("document.forms.playlist['phones.number:records'][" + idx +
"].value") > 0)
Has anyone got any idea why it works fine in every browser
(Safari,FF,Chrome,Webkit) but not in ie8 where I get this error:
Message: 'document.forms.playlist.phones.number:records.1.value' is null
or not an object
Any help appreciated, but I am not surprised that ie errors, it usually
does.
Garry
_______________________________________________
Zope maillist - [email protected]
https://mail.zope.org/mailman/listinfo/zope
** No cross posts or HTML encoding! **
(Related lists -
https://mail.zope.org/mailman/listinfo/zope-announce
https://mail.zope.org/mailman/listinfo/zope-dev )