backdraft Posted November 12, 2006 Share Posted November 12, 2006 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 More sharing options...
ober Posted November 12, 2006 Share Posted November 12, 2006 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 More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.