On Tue, Jan 18, 2011 at 8:44 AM, Allen <[email protected]> wrote: > Wasn't that the idea of frames. So only one part got uploaded instead of the > whole page. ---------------------------
Yes but no. The entire HTML is getting generated and only the region that changed needed to be re-rendered. This became the foundation to AJAX. Both styles would send the entire HTML page to the client. Ajax would catch the change in the <div> region and just update the clients view of the new content that was submitted from the server. But you still have to get the entire content of the new page down. You can't get something for nothing. -- Stephen Russell Sr. Production Systems Programmer CIMSgts 901.246-0159 cell _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/[email protected] ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

