July 1998
Intermediate to advanced
1456 pages
65h 5m
English
NORESIZE — NN n/a IE 4 HTML n/a
NORESIZE
Optional
It’s curious why the NORESIZE attribute is
included in Internet Explorer for the IFRAME
element. Regardless of the setting, an IFRAME
element cannot be manually resized by the user.
<IFRAME SRC="navbar.html" NORESIZE></IFRAME>
The presence of the attribute makes the frame nonresizable (although so does its absence).
An IFRAME element is supposed to be resizable by
default, but in practice it is not.
[window.]document.frameName.noResize
Read now
Unlock full access