Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_discuss thread: Dynamic Check Box - Check All


Message #1 by vbpro73@y... on Mon, 25 Jun 2001 20:22:03
I'm newcomer in ASP technology.

Can anybody help me on how to Check All the Check Box that i created

dynamically using asp by one click on the same page(client-side scripting).



for example :

<%

n=100

for i = 1 to n

%>

<input type="checkbox" name="A<%=i%>" value="Approve">

<%

next

%>



thks.



hk

  Return to Index