help needed about using HTML in chameleon application

lpzhao at netzero.net lpzhao at NETZERO.NET
Mon Jun 5 16:42:43 EDT 2006


Hi there,

I have installed MS4W in my computer and created a chameleon application. It works. Now I tried to add a drop list to select a option by using HTML. But it doesn't work. Can anyone give me any help or hit? 

Here is my part of code:


<form  action="http://localhost/chameleon/samples/NTRC.phtml" method="POST" ID="Form2">
<div align=left name="SelectState">
	<select name="State" >
	<option selected> Select a state</option>
	<option> California </option>
	<option> Arizona</option>
	<option> New Mexico</option>
	<option> Texas</option>
	</select>
	<br>
	<input type='submit' value='Submit' ID="Submit1" NAME="Submit1">
</div>
</form>


Thank You all!

Liping Zhao 



More information about the mapserver-users mailing list