Hai,everybody
i need help
how can i make it user click join button->change the text "view"
after that user click view btn goes another page
any body plz help me.
this code change text working fine.
function showtext()
{
document.getElementById("joinbutton").childNodes[0].nodeValue="View in MyPlans"
}
<a href="#" id="joinbutton" class="planpeople" onclick="javascript:showtext()">Join</a>