W windows Guest Jan 12, 2008 #1 onClick=this.nameClass Is there a way i can change a class when you click on a link?Yes. <a onclick="this.className='newclassname'">text</a>But do be cautious as it JS Based
onClick=this.nameClass Is there a way i can change a class when you click on a link?Yes. <a onclick="this.className='newclassname'">text</a>But do be cautious as it JS Based