All site interaction through a single page
- by Jacques Wolfghang
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.