NoMercy
08-11-2007, 02:11 PM
Asp ile form elemanlarınızı kolay bir şekilde alın
<%
For Each objitem in Request.Form
İf request.form(objitem).count > 0 then
For intLoop = 1 to Request.Form(objitem).count
Objitem = request.form(objitem)
End if
Next
%>
By ReMix
ahmet@trcafem.com
<%
For Each objitem in Request.Form
İf request.form(objitem).count > 0 then
For intLoop = 1 to Request.Form(objitem).count
Objitem = request.form(objitem)
End if
Next
%>
By ReMix
ahmet@trcafem.com