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
Do hackers use javascript?
How to read a cookie using javascript?
What's the Difference Between Class and Prototypal Inheritance?
When do we use JSON.stringify()?
What does question mark mean in react?
How do you write a comment in javascript?
What is the use of Void(0)?
What is a prompt box in javascript?
I am providing the Online& class room training on Worksoft Certify for SAP/HTML/JAVA using real time scenarios in a real time environment for a real time project, If any one is interested please get in touch with me on aimansaud@gmail.com
How to create function in JavaScript?
Can we learn javascript without knowing java?
How to convert a string to lowercase?
What is the difference between script type and the script language attributes?
What is difference between array.splice() and array.slice() method in javascript?
How can a Javascript code redirect the user to a different page?