Remote scripting with hidden Frames

Ajax is a nice feature, for instance when only some part of a page must be changed, one can populate some internal DIV instead of reloading the entire page.

One solution is not to use Ajax. Use the "Remote scripting with hidden Frames" instead.

In your main template ------------------------ 1. add an iframe in your main page, that will not display ie:

2. target every link that will call a sub-page to the hidden iframe, ie:

3. have some empty DIV that will receive the content for all sub pages:

4. just have this script in your main template: