Here is a scenario, the page displays a table of values comes from database(ID, First Name, Last Name, Telephone), here ID column displays with links and if we click on the link the corresponding ID value should goes to a textbox on the same page. I know the javascript can do this but I've no idea how to make, could someone help me on this?
Thanks Blaidd and Bear for replying.. Blaidd given solution would perfectly gave me the solution.
I got another question on the same thing that if the page displays 100s of rows and when we click on the link the id goes to textarea but the location is not moving to the textarea in the same page where we clicked, I need to move location to textarea. In order to do this the same there must be a javascript clue, can you please give me the solution.