Is there anyway with jQuery to pop up a message to the user that the database record that they are in, has been changed and that they need to refresh in order to pick up changes?
So basically, if they are viewing a record, walk away and then come back, where the user is presented with a message that the record they are currently viewing has changed, and that they should refresh the page?
Sure, this very site does it.
How it roughly works:
Some caveats:
Alternatively, you could look at Comet, which is more technically difficult and requires a great deal of server setup/sysadmin type knowledge to get working properly.