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 Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Frames page separator bar 1

Status
Not open for further replies.

iao

Programmer
Feb 23, 2001
111
US
Stupid, stupid question. I know, but how can I make the separator bar, on the frames page, static. Meaning: I don't want to allow users to have the ability to move the separator bar on the page.

My frames page HTML looks something like:

html>

<head>
<title>New Page 4</title>
<meta name=&quot;GENERATOR&quot; content=&quot;Microsoft FrontPage 4.0&quot;>
<meta name=&quot;ProgId&quot; content=&quot;FrontPage.Editor.Document&quot;>
</head>

<frameset cols=&quot;150,*&quot;>
<frame name=&quot;contents&quot; target=&quot;main&quot;>
<frame name=&quot;main&quot;>
<noframes>
<body>

<p>This page uses frames, but your browser doesn't support them.</p>

</body>
</noframes>
</frameset>

</html>
 
<frame noresize name=&quot;contents&quot; target=&quot;main&quot;>
<frame noresize name=&quot;main&quot;>

Rick
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top