Frames and scrollbar question.

D

davemitc

<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?
 
N

Neredbojias

To further the education of mankind, (e-mail address removed) declaimed:
<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?
Yes.

Also, can someone tell me what cfoutput does?

No.
 
D

dorayme

<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?

What do you mean, you want to open frame2? You open the frameset
and see the frames. You want to just see one of the frames? In a
new window? In the same window? (where did you get this
border="false"?

In regard to the frameset at least, the HTML 4 specs says:

scrolling = auto | yes | no

This attribute specifies scroll information for the frame window.
Possible values

auto: This value tells the user agent to provide scrolling
devices for the frame window when necessary. This is the default
value.

yes: This value tells the user agent to always provide scrolling
devices for the frame window.

no: This value tells the user agent not to provide scrolling
devices for the frame window.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

frames question 4
Frames question 5
Frames not updating 2
Help with HTML frames 37
Frames - no scrollbar 4
frames and back action 7
frames and border 34
How to set a general background color 2

Members online

No members online now.

Forum statistics

Threads
473,744
Messages
2,569,484
Members
44,903
Latest member
orderPeak8CBDGummies

Latest Threads

Top