Web Design Tutorials and Articles: Make many Web Pages communicate with Server

By Chrysanthus - About Me - E-mail this page - Add to My Favorites - Add to Blog List - See other blogs in Computers & Internet

Wednesday, April 8, 2009

Make many Web Pages communicate with Server

Introduction With Ajax, you can make many web pages of a session communicate with a server. What you do is, you have a particular script file in the server, and then in each of the web pages of the session, you have an Ajax function or Ajax Chain. Each Ajax function or chain in each of the web pages, calls that particular script at the server, sending some ID of its page. The script at the server uses the ID to send the response corresponding to the page. The Ajax or Ajax Chain can send the ID... Sign in to see full entry.

Previous: Extra Features in JavaScript String Regular Expressions - New Entries - Next: Right Operand and the JavaScript eval Function

Headlines (What is this?)