andrewmoir Posted January 26, 2007 Share Posted January 26, 2007 Hi all,Put this in Javascript since I assume this is the best way to do it.I have page with links (generated by PHP). Each link opens a popup window. I need the currently selected link to be highlighted, so that when finished with the popup page I can see which link I was currently on.I need the link to lose its highlights once I select another link, and for that new link to get the highlight.Highlight can be a change of colour, or a pointer.Have googled this topic to death and so far have come up with nothing :PThank you for your helpAndy Quote Link to comment Share on other sites More sharing options...
fenway Posted January 26, 2007 Share Posted January 26, 2007 Why not highlight the current link with an onclose event handler? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.