All site interaction through a single page

Posted by Jacques Wolfghang on Stack Overflow See other posts from Stack Overflow or by Jacques Wolfghang
Published on 2011-01-01T03:29:14Z Indexed on 2011/01/01 3:53 UTC
Read the original article Hit count: 333

Filed under:
|
|
|
|

Hi there

I have an idea for a site where there would be no refreshing and all interactions take place via AJAX. The page would load with central space, where all interaction would take place. If a user clicked on a link, the page would request it via AJAX and replace the rectangle's content with the link content.

The idea is effectively an AJAX implemented iframe.

Are there any disadvantages with this approach? Does anyone have any suggestions or thoughts on the idea?

Thank You for your time

Note: I am sorry if it is not clear or hard to understand, English is not my mother tongue. If there is anything you would like made clearer, please comment and I will try my best to make it understood.

© Stack Overflow or respective owner

Related posts about php

Related posts about JavaScript