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
What is javascript used for on iphone?
What is difference between scripting and programming?
Where javascript variables are stored?
Does javascript support foreach loop?
Can I open javascript on iphone?
What is the use of window object?
How to convert numbers to strings using javascript?
How to get an element by class in javascript ?
What is a boolean in javascript?
Is there any ide for javascript?
Difference json arrary vs json object ?
Can you use javascript to hack?
How to have an element invoke a javascript on selection, instead of going to a new url?
How to use one javascript function for multiple input fields?
What are math constants and functions using javascript?