> function changeChars() {
>  var box = eval("document.manage_edit_form.data:text");

This should be:

var box = document.manage_edit_form['data:text'];

JavaScript, like DTML, lets you access objects with funny names using
subscript notation.

Cheers,

Evan @ 4-am & digicool


_______________________________________________
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )

Reply via email to