simple problem ive made a simple dropdown box with say 5 options when you select an option i want a pre defined number to show up below the box cant work it out lol
You could use a javascript function to see what has been selected selected= document.getElementById("dropdown").value; then use this value to update your box.