hai....
this is my code:
<a id="idname" onclick="show('idname')">34</a>
in javascript
function show(){
}
Here how can i get that number 34?
please Help me
Thanks in advance
this is my code:
<a id="idname" onclick="show('idname')">34</a>
in javascript
function show(){
}
Here how can i get that number 34?
please Help me
Thanks in advance
Comment