DisgruntledWorker
Technical User
Hey all, I have a scrolling menu that I would like to dynamically Lock/UnLock.
For instance, I would have a link above the menu titled "Lock Menu". When clicked the menu would stop and the link would now be titled "UnLock Menu". Of course, when "Unlock Menu" is clicked, the menu would be scrolling again.
I thought this could be achieved using XMLHttpRequest, however I am not sure anymore. Anyone have any examples of what I'm attepmting?
I am not using cookies, I am storing the Lock/UnLock value in a table.
Another problem I am having is refrencing Links on a page while in Java and changing their value. Any tips?
For instance, I would have a link above the menu titled "Lock Menu". When clicked the menu would stop and the link would now be titled "UnLock Menu". Of course, when "Unlock Menu" is clicked, the menu would be scrolling again.
I thought this could be achieved using XMLHttpRequest, however I am not sure anymore. Anyone have any examples of what I'm attepmting?
I am not using cookies, I am storing the Lock/UnLock value in a table.
Another problem I am having is refrencing Links on a page while in Java and changing their value. Any tips?