I’m working on a search control at the moment, the current flow is:
A javascript function on page1 takes your input and set’s an iframe’s src=”page2″
page2 either
writes a javascript function to send back a single result to page1
OR launches page3 in a ModalDialog Which contains an […]
I think the most common feature of Ajax applications to use it for partial page updates.
A second simple Ajax example
Ajax.updatePanel(panel, ‘documents/ajax_text.html’);
It empties ‘panel’, gives you a loading indicator, requests the page, upon response updates panel with content and gives you the fade.
I’ll typically be requesting a php script because that’s what i’m most comfortable with […]
I’ve thoroughly enjoyed reading ‘Simply Javascript’ The new Sitepoint title, as well as ‘Bulletproof Ajax’ by Jeremy Keith.
With our powers combined i’ve made a lightweight Ajax object that is easy peasy to implement and boasts a stunning 2.0 style fade from yellow function!
Seriously though, i’m pretty chuffed with how much I’m being able to get […]