Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How do you make frames non-resizable?

Status
Not open for further replies.

SPYDERIX

Technical User
Jan 11, 2002
1,899
CA
Hi,

How do you make frames non-resizable by web surfers?

Here is what I tried:

<HTML>
<HEAD>
<TITLE>INDEX PAGE</TITLE>
<FRAMESET ROWS=&quot;22%,78%&quot; BORDERCOLOR=&quot;BLACK&quot; RESIZABLE=&quot;NO&quot;>
<FRAME NAME=&quot;banner&quot; SRC=&quot;banner.html&quot;>
<FRAMESET COLS=&quot;20%,80%&quot; BORDERCOLOR=&quot;BLACK&quot; RESIZABLE=&quot;NO&quot;>
<FRAME NAME=&quot;sidebar&quot; SRC=&quot;sidebar.html&quot;>
<FRAME NAME=&quot;main&quot; SRC=&quot;main.html&quot;>
</FRAMESET>
</FRAMESET>
</HTML>
I also tried putting the resizable attribute in the <FRAME> tag.
AND
I also tried putting it in both <FRAMESET> and <FRAME> tags.
AND
I also tried putting RESIZABLE=&quot;FALSE&quot; in place of &quot;NO&quot; in all my experiments.
But nothing worked. Can it be done?

Thanks [deejay]
Nate
&quot;If you're not living on the edge, you're taking up too much space!&quot;
 
OOps,

and I think it goes into the <frame src... part not the frameset bit.

I think, cos I've never bothered to use frames.

É
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top