Here is an example of what the page will look like on the day of the election: http://www.co.mcleod.mn.us/department_files/Auditor/Election_results/general/EL30.htm I want to display the information for the Hutchinson City Council and McLeod County Sheriffs race. I expect to need two different pages for this, but maybe there is some way to split a page with information from both races centered in the browser window. Last go around was very laborious as we always had to scroll to the locations we were interested in every time the page refreshed. The plan is to force a refresh every 5 minutes and not require user interaction. On 10/26/2010 4:27 PM, Mike Miller wrote: > On Tue, 26 Oct 2010, Curtis Griesel wrote: > >> If the source page does not have an html bookmark at the location to >> which you'd like to jump, you're only other option is to feed the html >> source into a database and display the results you want from your own >> database. Probably not as simple as you'd like, but certainly doable. > > Can he filter it through a perl script (or whatever) that finds a certain > regexp that identifies the desired position in the page and adds a name > tag at that point: > > wget -O - URL | perl -pe 's/(unique regexp)/<a name="position">$1/'> file.html > > Then load file.html#position > > Mike > > _______________________________________________ > TCLUG Mailing List - Minneapolis/St. Paul, Minnesota > tclug-list at mn-linux.org > http://mailman.mn-linux.org/mailman/listinfo/tclug-list >