hi guys
I may say thanks to ardav for his work with this thread and sorry because I was not able to explain myself.
I am going to explain everything more simple. I wrote below some code where it will show a drop down menu with a submit button. Then, How can I make it work?
<html>
<body>
<select>
<option>Volvo</option>
<option>Saab</option>
<option>Mercedes</option>
<option>Audi</option>
</select>
<input type="submit" />
</body>
</html>
Thank you
DT