Wizumwalt
Programmer
- Jul 12, 2005
- 10
Hi, I have this iframe inside an html page, but this iframe does not link to another web page, rather, it's a stream of live event data from a server-side push tech using Orbited (python server of sorts).
<div class="iframe">
<iframe name="ifrm" id="ifrm" src=" width="800" height="300" scrolling="no" frameborder="0">iframes not supported!</iframe>
</div>
My problem is that I would like to scroll the event data as it populates this iframe. Something like, show 10 rows of data and put the latest data at the top of the list. But honestly, I'll take whatever works.
I've been having a really tough time w/ this. Anyone know how to do something like this?
<div class="iframe">
<iframe name="ifrm" id="ifrm" src=" width="800" height="300" scrolling="no" frameborder="0">iframes not supported!</iframe>
</div>
My problem is that I would like to scroll the event data as it populates this iframe. Something like, show 10 rows of data and put the latest data at the top of the list. But honestly, I'll take whatever works.
I've been having a really tough time w/ this. Anyone know how to do something like this?