Posted by dorayme on 04/16/06 02:34
In article
<1145115193.747343.253890@e56g2000cwe.googlegroups.com>,
davemitc@gmail.com wrote:
> <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.
--
dorayme
[Back to original message]
|