--- john lee <[EMAIL PROTECTED]> wrote: > 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 ?
I don't think so, because the S1 tags won't be compiled: you'll just get raw tags in the output. d. __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]