Hello,
I am using the HTMLB tabstrip tag in a jsp file. I would like to implement a functionality whereby when a user clicks on a tab, it doesnt reload the contents in the tab. Right now, when i put the onselect code in the tabstrip, it surely reloads the page again. And if i dont put the onselect code then i cant switch to another tab. Catch 22.
Is there a way to avoid this reload but instead just display the clicked tab contents as it was before the user switched over.
Thanks,
Sunil