Click here to Skip to main content
15,895,746 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi all,

I need to access the text box value into the last paramter txtcallerid,after a click of ahref,
could u pls suggest me is this possible, i searched all round the internet, pls help me out.

XML
<a  href="Grid.aspx?strCompanyid=<%= strCompanyid %>&strGelocationid=<%= strGelocationid%>&strRoleid=<%=strRoleid %>&strUsername=<%= strUsername %>>&txtcallerid=<%= strCallerid %>">Tab 3 (slow)</a>
      </li>
Posted

1 solution

On click of href, call a javascript method and there get its href....
since you want to see a parameters value, serach for the parameter txtcallerid in that href and then find the value assigned to it...
http://jsfiddle.net/acX4s/2/[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900