Hi,
Can someone please tell me what the correct syntax for this is... I've tried everything.
parent.TopFrame.document.FormName.inputAreaName.value =(tableName.rows[1].cells[0].innerHTML).trim();
It works without the trim() function, as soon as I put it in, it throws an error and stops working.
Thanks,
-Ash