- From: Guzmán Salvador <guzman@webmedia.es>
- Date: Thu, 12 Aug 1999 10:51:55 +0200
- To: <www-dom@w3.org>
Received on Thursday, 12 August 1999 04:49:18 UTC
We are using a JavaScript function to resize a frame in real time. This works well in IE4.x but not in Netscape 4.x. We want to be sure this type of method for modifying attributes is DOM Level 1 Compliant (my client needs this guarantee). Anybody can help? The function is: function resize() { if (high==100) high =300 else high=100 parent.innerFr.rows = high +",*"; } Guzmán Salvador WebMedia Spain http://www.webmedia.es
Received on Thursday, 12 August 1999 04:49:18 UTC