Forum Moderators: open
<select class="form" name="select" size="1">
<option value="namn">Företagsnamn</option>
<option value="bransch">Produkt & tjänst</option>
<option value="/sok/branschtorg/index.html">Branchtorget</option>
</select>
if I do the first line like this:
<select class="form" name="select" size="1" onChange="MM_jumpMenu('parent',this,0)">
ALL options try to jump to another page wich i do not wish
so, anyone who can help me out?
You could write a small JavaScript function that checks the value of the select field. If the value is equal to the value that you want to reidirect on, then change the document.location. If it's not, do nothing.
The onChange in your select field now runs that function.
this is what i want to do....
i select option 1 or 2 and nothing happens,(until I puch the button and process the form) BUT when I select the 3:th option i want an instant redirect to another page