Quick question guys how can I set the RESIZE on my frame so that users can not move the frame borders? Heres what I got but I still can move the border:
<HTML>
<TITLE>frame</TITLE>
<FRAMESET COLS= "20%, 80%" RESIZE ="no">
<FRAME SRC= "two.html" SCROLLING = "no">
<FRAME SRC= "three.html">
</FRAMESET>
</HTML>
thanks
<HTML>
<TITLE>frame</TITLE>
<FRAMESET COLS= "20%, 80%" RESIZE ="no">
<FRAME SRC= "two.html" SCROLLING = "no">
<FRAME SRC= "three.html">
</FRAMESET>
</HTML>
thanks