Subj : Rhino - undefined Java Script - Internet Explorer To : netscape.public.mozilla.jseng From : levanceri@hotmail.com (Dr. Van Naustran) Date : Tue Feb 25 2003 05:52 am I was unfortunately assign the task of web unit testing a web application and I am having a little trouble with JavaScript and jWebUnit. The following works fine in Internet Explorer 5.5 but when I run the unit test I recieve the following error: com.meterware.httpunit.ScriptException: Event 'setUpdate('tableData',36);' failed: TypeError: undefined is not a function. (httpunit; line 17 This is the function: function setUpdate(tableId, rowNum) { var tableThemeData = document.getElementById(tableId); tableThemeData.rows[rowNum].cells[0].children[0].setAttribute("value", "false"); } The first line is causing the error (commenting out the second line still causes the error). Is this a problem with Rhino or jWebUnit? .