Go Back   Velocity Reviews > Newsgroups > HTML
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply

HTML - Frames and scrollbar question.

 
Thread Tools Search this Thread
Old 04-15-2006, 04:33 PM   #1
Default Frames and scrollbar question.


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



davemitc@gmail.com
  Reply With Quote
Old 04-15-2006, 09:09 PM   #2
Neredbojias
 
Posts: n/a
Default Re: Frames and scrollbar question.
To further the education of mankind, 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.

--
Neredbojias
Infinity can have limits.


Neredbojias
  Reply With Quote
Old 04-15-2006, 09:39 PM   #3
Beauregard T. Shagnasty
 
Posts: n/a
Default Re: Frames and scrollbar question.
wrote:

> Also, can someone tell me what cfoutput does?


Google indicates you should probably consult your Cold Fusion manual.

http://www.google.com/search?hl=en&q=cfoutput

--
-bts
-Warning: I brake for lawn deer


Beauregard T. Shagnasty
  Reply With Quote
Old 04-16-2006, 12:34 AM   #4
dorayme
 
Posts: n/a
Default Re: Frames and scrollbar question.
In article
< .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


dorayme
  Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




SEO by vBSEO 3.3.2 ©2009, Crawlability, Inc.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46