how the " itemquery mode" works?
Marcello Benigno Borges de Barros Filho
marcello_benigno at HOTMAIL.COM
Sun Oct 9 05:38:49 PDT 2005
Hi all,
Recently I made some tests with queries in mapserver using the "Beginning Mapserver" book examples , but i have some questions about the "itemquery mode". For example, i tested wiht <SELECT ...> html command and my example works fine:
..
<select name="mode">
<option value="browse">Browse</option>
<option value="query">query</option>
<option value="itemquery">query by attributes</option>
</select>
..
When i try the same with radio buttons, the "itemquery mode" doesn´t works.
..
<input type="radio" name="mode" value="browse" checked>Browse;<br>
<input type="radio" name="mode" value="query" >query<br>
<input type="radio" name="mode" value="itemquery" >query by attributes<br>
...
The map file and the header and footer files are the same in my two examples. why will be? Some wrong CGI parameter?
Best regards,
Marcello
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/mapserver-users/attachments/20051009/974e0049/attachment.htm>
More information about the MapServer-users
mailing list