As the title says,I’m trying to check if radio button is checked,but since document isn’t available,how am I supposed to do it? I want to achieve
<%if(radio1.checked){%>
<%-include('./someHtml')%>
<%}%>
Blancer.com Tutorials and projects
Freelance Projects, Design and Programming Tutorials
As the title says,I’m trying to check if radio button is checked,but since document isn’t available,how am I supposed to do it? I want to achieve
<%if(radio1.checked){%>
<%-include('./someHtml')%>
<%}%>