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.esReceived on Thursday, 12 August 1999 04:49:18 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Friday, 22 June 2012 06:13:46 GMT