I have a report which has id as hyperlink.when i click the
id it should move to next report which displays the
corresponding details.tell me how to get the value of
hyperlink(which id is clicked) dynamically using javascript?
so that i can make condition on my second report?
Answer Posted / hanuman prasad
write some function in Onclick="myfunction(Hyperlink)"
like
<a href="#",onclick="myfunction(click1)">click1</a>
in javascrpt function u can decide which is the hyper lick
uer presently clicked on..
Cheersssssssss
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
How can you create an Array in JavaScript?
How to define a named function in JavScript?
Are javascript variables global?
Which is better for or foreach in javascript?
Where are cookies actually stored on the hard disk?
How many data types are there in javascript?
What is the difference between an array and an object?
How to get value from a textbox?
Can you put javascript in html?
What is external javascript?
How we can get the value of an element using javascript?
Is array a data type in javascript?
How javascript sort function works?
How to create arrays in javascript?
Where should I put script tags?