BubikolRamios
12-19-2010, 05:41 PM
<input type='checkbox' name='item' val ...
<input type='checkbox' name='item' ....
<input type='checkbox' name='item' ...
...
in order to read on server, which of them has ben checked and values selected , need to wrap them into <form> tag, right ?
I allso have pages navigation buttons(so called pagination) on page, like:
< a href = " ....?p=1
< a href = " ....?p=2
< a href = " ....?p=3
, so that means converting them to bunch of submit buttons or what ?
I mean this can't be done as form has only one
action="....
Any thoughts ?
<input type='checkbox' name='item' ....
<input type='checkbox' name='item' ...
...
in order to read on server, which of them has ben checked and values selected , need to wrap them into <form> tag, right ?
I allso have pages navigation buttons(so called pagination) on page, like:
< a href = " ....?p=1
< a href = " ....?p=2
< a href = " ....?p=3
, so that means converting them to bunch of submit buttons or what ?
I mean this can't be done as form has only one
action="....
Any thoughts ?