AJAX pages with DEFAULT actions [solved]
This is quite difficult to explain. It's a generic issue I've been facing a few times, and I think it's something quite popular.
I manage to do some interaction with AJAX by using Jquery. Filling divs is the most common and most useful task.
The problem is: HOW TO CHOOSE A DEFAULT ACTION for an AJAX PAGE?
When a page is interactive it comes BLANK until a user does something, but how to do a page with already selected option, clicked links and so on?
This is quite a issue. I made a nice tabbed menu with AJAX loaded submenu and CSS configured so that the chosen TAB is BOlded, but I can't figure out to set a default tab opened when the page loads in a section or another.
Anyone had the same problem?
Regards
KONEY