Hi everyone,
having an iframe that displays text records from a database seperated (in the html) by a line (<hr />)
I not sure whow to control the messages in the iframe. I have mainpage.html that has a link called first and a link called last. I would like these links to go to the begining of the iframe content (iframe has a scroller) and the last link to display the end content of the iframe. ot sure how to go about this.
this is the iframe:
<html><head></head>
<body style='overflow-x:hidden; overflow-y: auto'>
<table>
<tr>
<td width='315'>
<font face='Courier'>i frame text here<br><hr /><br> some more text<br><hr /><br>
and some more
<br><hr /><br>
blah blah
<br><hr /><br>
almost done...
</font></td></tr></table></body></html>
The iframe can only be a certain size so i'm hoping the first link and last link can be like anchors to the iframe text, last link goes to the bottom while first goes back to the top.
having an iframe that displays text records from a database seperated (in the html) by a line (<hr />)
I not sure whow to control the messages in the iframe. I have mainpage.html that has a link called first and a link called last. I would like these links to go to the begining of the iframe content (iframe has a scroller) and the last link to display the end content of the iframe. ot sure how to go about this.
this is the iframe:
<html><head></head>
<body style='overflow-x:hidden; overflow-y: auto'>
<table>
<tr>
<td width='315'>
<font face='Courier'>i frame text here<br><hr /><br> some more text<br><hr /><br>
and some more
<br><hr /><br>
blah blah
<br><hr /><br>
almost done...
</font></td></tr></table></body></html>
The iframe can only be a certain size so i'm hoping the first link and last link can be like anchors to the iframe text, last link goes to the bottom while first goes back to the top.