I would like to change href value dynamically through javascript...
For Example:
There are two buttons, and one hyperlink..
when i click on button1, i would like to change the href value through javascript and then if i click on hyperlink -> it should redirect to abc.html
when i click on button2, i would like to change the href value through javascript and then if i click on hyperlink -> it should redirect to def.html
similary for buttonN...
Please advise me.. Thanks