possible for me to implement the following code?
   
  <% 
        for (i=1:i<=10:i++) 
        {
       response.Write("<html:form action='sth.do'"  styleId="+i);
       response.Write("<html:text property="part" value="+i);
       response.Write("<html:submit/>");
       response.Write("</html:form>");     
   }
  %>
   
  but, how to capature form(0), form(1) with corrsponsed part inside ActionForm 
?
   
  tks in advance
   
  john
       

       
---------------------------------
Ahhh...imagining that irresistible "new car" smell?
 Check outnew cars at Yahoo! Autos.

Reply via email to