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 to you change the title of the page by javascript?
What is the default data type in javascript?
What javascript means?
What is the use of isNaN function?
How to test for bad numbers using javascript?
What is an undefined value in JavaScript?
What is the use of history object?
Difference between window, document, and screen in Javascript?
What are javascript closures?when would you use them?
Is it possible to do 301 redirects in javascript ?
What is enum in javascript?
What are classes in javascript?
How long does it take to get good at javascript?
How do you create array in javascript?
Which keywords are used to handle exceptions?