Is it possible, when i click on submit on a form to set this a href class to active?
<li><a class="" href="#" onClick="goto('#ajanlok', this); return false">Ajánl Dalt!</a></li>
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.
Try following:
getElementById()orgetElementsByTagname("a")[0](in case there is only one a tag in your form or on your site).return true;at the end of function body.