I want that when a user click on a link The value of the anchor tag should pass on to yhe next page.
suppose there is a tag like this:
<a href="">Click Here</a>
I want that 'Click Here' should be stored in a variable.
How can I do this?
suppose there is a tag like this:
<a href="">Click Here</a>
I want that 'Click Here' should be stored in a variable.
How can I do this?
Comment