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... Quote Link to comment 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? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.