I am trying to create a tabbed menu using javascript, with the content of each tab link generated by html and
java. The number of tabs will be specified by the number of results from a db query, each result being a site name. The content will be messages attached to that tabs appropriate site.
So far I have written a while loop to create a table of messages for each store, but have no idea how to make the tabs, or put the content in each one.
Sorry for the vagueness and scope of the question, but you can probably tell I havent done gui stuff like this before. Any help muchly appreciated!