I´m trying to call asp page from html link but with paremeters. Is that possible?
<li><a href="#" onclick="<% Response.redirect("myurl with parameters")%>">Caducados</a></li>
I know why this fails but is there any way to do this?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can pass them in a conventional link;
If you need client side processing
and a js helper;