I want a button to call another page inside a select. The problem is that using this code, the button is always outside the select.
<select>
<option>teste</option>
<option><input type=button value="Teste2"/></option>
</select>
Example: link