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

Reply via email to