G'day TorontoJim,

I'm unclear on the actual process flow. Here's a couple of suggestions; although, I'm uncertain if either of these is actually what you want.

A webpage I visit often is "Australian Government - Bureau of Meteorology". Information, such as the current temperature, is refreshed automatically. If you "View Page Source" and search for "refresh", you'll find examples of AJAX code that may be useful.

Take a look at "HTML: 4.2.5.3. Pragma directives" and follow the "Refresh" link. That has a couple of examples of how to automatically refresh pages.

I'm wondering how you were planning to inform users that data had actually changed. Would they notice if data in one table cell was modified? "Best Nodes" and similar pages on this site, notify users when the next update is due; however, the page does not automatically refresh — perhaps a similar message on your webpage would be useful (if it advised when the last change occurred). Without any idea of what your actual webpage looks like, I can't really be more helpful than that (and, perhaps, that's not a helpful suggestion at all).

— Ken


In reply to Re: What are the proper names by kcott
in thread What are the proper names by TorontoJim

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.