here m8 here is what i got code because that don't work
<form>
<p align="right">
<select name="newstyleset" onChange="location.href=('index.php?styleid='+this .options[form.newstyleset.selectedIndex].value)">
<option selected>Style Seletor</option>
<option value="1">Blue</option>
<option value="2">Black & White</option>
</select>
</p>
</form>
and that bit of code don''t work
|