Link to home
Start Free TrialLog in
Avatar of jameshuckabonetech
jameshuckabonetech

asked on

html select box functionality

I need a javascript function that adds the value of whatever option is selected onto a base url that i have predetermined. In other words...

The select box I want should be as follows:

Language:
<select>
 <option value="chinese">Chinese</option>
</select>

<input type="image" value="submit" onclick="URL + (language);


How could I achieve this?                                                                                                                                                                                                                                                                                                                                                                    
ASKER CERTIFIED SOLUTION
Avatar of Michel Plungjan
Michel Plungjan
Flag of Denmark image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of jameshuckabonetech
jameshuckabonetech

ASKER

Nice!