Kurash Posted March 4, 2010 Report Share Posted March 4, 2010 (edited) I have a select statement on my form that looks like this:<select name="prodManName"><option value="AJ Von Wolfe">AJ Von Wolfe</option><option value="Austyn Steelman">Austyn Steelman</option><option value="Barry Paiga">Barry Paiga</option></select>This works correctly but what I am trying to do is, when a user selects one of the options I want another value "prodManEmail" to be populated with the appropriate email for the name. I am pretty sure I can use a CASE statement in javascript to accomplish this in a function but wondering if there is a way using HTMLPlease help and if I can clarify anything I will be glad to do so.Thanks. Edited March 4, 2010 by Kurash Link to comment Share on other sites More sharing options...
thescientist Posted March 4, 2010 Report Share Posted March 4, 2010 javascript would be the way. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now