RicardoPereira
Programmer
Hi,
I want to have a combobox that open automatically a new window if i select a specific value.
Here is the ideia. I have this html code:
<Select name="Test" class="formstyleShort">
<OPTION value='' selected>Blank</option>
<OPTION value='R'>CNN</option>
<OPTION value='I'>BBC</option>
<input type='button' value='Go!'>
I only want to open a new window if i select the "BBC" option. Otherwise, the option is selected ("Blank" or "CNN") without open a new window.
It´s possible ?
Thanks
I want to have a combobox that open automatically a new window if i select a specific value.
Here is the ideia. I have this html code:
<Select name="Test" class="formstyleShort">
<OPTION value='' selected>Blank</option>
<OPTION value='R'>CNN</option>
<OPTION value='I'>BBC</option>
<input type='button' value='Go!'>
I only want to open a new window if i select the "BBC" option. Otherwise, the option is selected ("Blank" or "CNN") without open a new window.
It´s possible ?
Thanks