Connecting Tech Pros Worldwide Help | Site Map

How to set the frame at bottom

  #1  
Old July 17th, 2005, 03:29 AM
Yue Zhang
Guest
 
Posts: n/a
I want to display input messages in a floating frame. I want to set
scroller to the bottom initially so that the newest messages are
displayed first. How to do that? Thanks
  #2  
Old July 17th, 2005, 03:29 AM
Randy Webb
Guest
 
Posts: n/a

re: How to set the frame at bottom


Yue Zhang wrote:
[color=blue]
> I want to display input messages in a floating frame. I want to set
> scroller to the bottom initially so that the newest messages are
> displayed first. How to do that? Thanks[/color]

Put an anchor at the end of the page in the floating frame, and then set
the src attribute of the IFrame tag to point to the anchor:

in IFrame.html:

//html code
<a name="endOfPage">

And then in the IFrame tag:

<iframe src="IFrame.html#endOfPage"></iframe>

--
Randy

Closed Thread


Similar Threads
Thread Thread Starter Forum Replies Last Post
Fixed "frame" at top, main text doesn't flow under it Stan Brown answers 9 October 2nd, 2008 08:45 AM
Some advice needed on an Tkinter app that I try to write Svenn Bjerkem answers 0 October 8th, 2006 09:25 PM
Help needed with how to proceed Steve K answers 2 March 8th, 2006 02:25 PM
What new relating frames exists in ASP.NET what doesn't exist in old ASP? And changing another frame´s controls qwerty answers 3 November 18th, 2005 07:38 PM