Hi,
Iam new to JS. Kindly help me to solve the following difficulty.
Consider 3 links such as link1,link2,lin k3 in gray color at top of the page. When each link is clicked the corresponding data should get displayed at the bottom of the same page and the currently selected link should change to orange.
Suppose if link1 is selected, the color of link1 should change to orange and other 2 link should remain in gray color. If onother link is clicked the corresponding link should change to orange and other 2 link should turn to gray. I was trying this with onclick event in JS. But i was not successful in that. Kindly suggest me how to solve this problem.
Kindly send the solutions to **** [removed email]
Regards,
Arun
Iam new to JS. Kindly help me to solve the following difficulty.
Consider 3 links such as link1,link2,lin k3 in gray color at top of the page. When each link is clicked the corresponding data should get displayed at the bottom of the same page and the currently selected link should change to orange.
Suppose if link1 is selected, the color of link1 should change to orange and other 2 link should remain in gray color. If onother link is clicked the corresponding link should change to orange and other 2 link should turn to gray. I was trying this with onclick event in JS. But i was not successful in that. Kindly suggest me how to solve this problem.
Kindly send the solutions to **** [removed email]
Regards,
Arun
Comment