V
venu madhav
Hi all,
I have a problem invoking a Java Script function inside a
href function. I've to pass the return value of a java script function
as an input to the script which is invoked using href in anchor tag.
The problem is the function is not getting invoked. Here is my code:
<a class="innerliks_sub1" href='/ems/cgi-bin/wips/wips_dashboard.cgi?
current_time='+Math.round(new Date().getTime()) target="icc"
onClick="sethelplink('dashboard')"> Dashboard </a>
Can some one help me how to pass the value to that cgi? Pls let me
know if you need any clarifications.
I have a problem invoking a Java Script function inside a
href function. I've to pass the return value of a java script function
as an input to the script which is invoked using href in anchor tag.
The problem is the function is not getting invoked. Here is my code:
<a class="innerliks_sub1" href='/ems/cgi-bin/wips/wips_dashboard.cgi?
current_time='+Math.round(new Date().getTime()) target="icc"
onClick="sethelplink('dashboard')"> Dashboard </a>
Can some one help me how to pass the value to that cgi? Pls let me
know if you need any clarifications.