Hey, I'm working on a site for my Web Design class, and I have a frameset for the front page and the teacher said he had in one of our labs the code to add and get rid of scroll bars. I have tons of labs and notes, and after looking, I can't find that little simple code. I heard it was something like "scroll=no", but I am unsure and I don't know where it would go. I want all gone except having one on the right side of the page which controls the whole window. How do I? I'm guessing it goes in the frameset code page, so if someone could just fit it in for me, I'd appreciate it, and possibly give some goop.
If other page codes are needed, let me know. Thanks if someone could help.
<HTML>
<HEAD>
<TITLE>S.P.C.A.</TITLE>
</HEAD>
<Frameset rows=30%,70% >
<frame src="header.html">
<Frameset cols=20%,* >
<frame src="link.html">
<frame src="index.html">
</Frameset>
</Frameset>
</HTML>