Jump to content

Listener/Notifier


backdraft

Recommended Posts

I've never developed anything with AJAX. I'm developing a small web-based application. The user is presented with a default display. I need to update this default display window with a new screen if a new record is posted in a database. If there are no new records, the default screen remains the same. I don't want refreshed windows and I'm not looking to use multiple windows. I'm not sure how to go about it.

Can anyone provide me with guidance/help/sample code? Thanks in advance...
Link to comment
https://forums.phpfreaks.com/topic/26975-listenernotifier/
Share on other sites

www.ajaxfreaks.com for tutorials.

The only part that would refresh would be the portion of the window with the records, or possibly another "update" <div>.  You'd need to call some kind of refresh function every x seconds with a timeout() javascript call.

Can you show us something live so we can be more specific?
Link to comment
https://forums.phpfreaks.com/topic/26975-listenernotifier/#findComment-123356
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.