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 use one javascript function for multiple input fields?
What are the pop-up boxes available in javascript?
Expand BOM and explain it?
What is jscript used for?
What is hoisting in javascript?
Name some of the JavaScript features?
What is the use of ‘debugger’ keyword in javascript code?
what is lazy fetching in hibernate
coding of java scripts
How to getting values from cookies to set widgets?
How would you organize your javascript code?
What are JavaScript Cookies?
Is javascript free to install?
What is event target in javascript?
just for testing