I'm using the line of code below in classic asp. It fills in a table 5 col's wide and 20-30 rows. Each cell has the code below in it openning up a pop up window.
Client wants to know if - after they click on the link can the have the cell they clicked on change color so they can keep track of the ones they clicked on.
Is there a JS client side way to do this. Can someone point me in the right direction if there is.
Thanks
Client wants to know if - after they click on the link can the have the cell they clicked on change color so they can keep track of the ones they clicked on.
Is there a JS client side way to do this. Can someone point me in the right direction if there is.
Thanks
Code:
<a href="score_window.asp?area=A" Style="text-Decoration:None" onClick="window.open('score_window.asp?area=Ab&uid=<%=userid%>&row=<%=row%>&col=<%=col%>', 'Scores', 'width=600, height=600, scrollbars=1'); return false">