|
Originally Posted by -fedexer- |
|
Not that it's favoured much in webdesign...but have you tried the idea of iframes?
|
As much as I would advice that as well, I would extremely extremely discourage that. For one, this "JavaScript Tabbing" is actually easy once you are able to grasps the concept of it. If you were to create your own JavaScript tabbing, you can just setup 2 DIV Layers.
Hide one and show one - the one that is being shown you can load data into it via an Ajax request (this can be easily achieved through jQuery's Load() function, trust me, go with jQuery).
Setup click events for your tab buttons, and on Click, hide one, show the other and vice versa. However, this may seem confusing, therefore my best recommendation for you is to check jQuery UI (sorry, I have a 'fetish' for jQuery xD some would notice from my many other posts).
Take a look at:
jQuery UI - Tabs Demos & Documentation
I am sure you would be impressed :)