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="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
</head>
<frameset cols="150,*">
<frame name="contents" target="main">
<frame name="main">
<noframes>
<body>
<p>This page uses frames, but your browser doesn't support them.</p>
</body>
</noframes>
</frameset>
</html>
My frames page HTML looks something like:
html>
<head>
<title>New Page 4</title>
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
</head>
<frameset cols="150,*">
<frame name="contents" target="main">
<frame name="main">
<noframes>
<body>
<p>This page uses frames, but your browser doesn't support them.</p>
</body>
</noframes>
</frameset>
</html>