Hi, I was just wondering if there was anything I could do about this.
Say I want to get data from mysql useing a while loop and mysql_fetch_array() to print them out. If there is more records than room on the page the browser adds a vertical scrollbar and leaves you looking at the last record at the bottom of the page.
Is there a way I can get the records but leave the browser viewing the top of the page?
dunno what browser your using, but first off, how it behaves at that point is client side, as that pertains to the html returned to the browser.
and secondly, i've never seen anything automatically go to the bottom of a page.
it always stays at the top when initially visiting.
Bookmarks