Click to See Complete Forum and Search --> : iFrame height in netscape


WhiZa
08-09-2003, 05:42 PM
how do I change the height of an iframe in Netscape? I've tried document.getElementById('iframe').style.height = 100, which works for IE but not Netscape. Any ideas?

Khalid Ali
08-10-2003, 12:12 AM
use iframe.name.style.property...