marthirial
IS-IT--Management
I have a tab menu made out of tables and images, all the images are in "off" state. What I want to achieve is that one the user enters a page (not by clicking the tab menu) it will, onLoad, change one of the tabs in the menu to the ON status.
I know I need a trigger for the javascript to know that the image has to change, so I was thinking on using a word in the META keywords of the page; Pseudo code follows:
Page Loads
Function read META KEYWORDS
IF META TAG = "products" THEN change tab2_off.gif into tab2_on.gif
Obviously using META KEYWORDs is optional, if there is any other method to get a value out of a page, much better.
Thanks for your help with this task.
I know I need a trigger for the javascript to know that the image has to change, so I was thinking on using a word in the META keywords of the page; Pseudo code follows:
Page Loads
Function read META KEYWORDS
IF META TAG = "products" THEN change tab2_off.gif into tab2_on.gif
Obviously using META KEYWORDs is optional, if there is any other method to get a value out of a page, much better.
Thanks for your help with this task.