I want to send a parameter value over http using <a> tag but I do not want it to be set in the href attribute.
Is there a way to do just that so that I could receive that value on the server side?
Thanks.
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.
Either use JS to submit a (hidden) form.
Or use CSS to style the default submit button to look like a link.
with