6 lines
222 B
Plaintext
6 lines
222 B
Plaintext
<select name='productID' id='productID' tabindex=2 onchange="switchProduct($('#productID').val(), 'bug', 'browse', '');">
|
|
<optgroup label=' '>
|
|
<option value='1' selected='selected'>test</option>
|
|
</optgroup>
|
|
</select>
|