Frameset

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