Posted by davemitc on 04/15/06 18:33
<cfoutput>
<FRAMESET FRAMESPACING="0" BORDER="false" ROWS="50%,*" FRAMEBORDER="0">
<FRAME NAME="frame1" src="./something1.html">
<FRAME NAME="frame2" src="./something2.html">
</FRAMESET>
</cfoutput>
I want to open frame2, but not see the horizontal scroll bar. Can this
be done?
Also, can someone tell me what cfoutput does?
[Back to original message]
|