Page 1 of 1

Newbie JS issue

Posted: Mon Dec 06, 2010 10:49 am
by MythX
Hi, I'm a PHP developer who has until recently avoided JavaScript. It's becoming necessary for me to dive a bit deeper into this programming and try and make my sites look better to the users. I have a simple form, one drop down list that picks a list of names and email addresses, and a text area that starts with a generic message, but allows the user to modify it before submitting. The default message looks something like this:

Hi John,
I think you would be interested in looking at the following link:
--Link here--

Thanks


What I need JavaScript to do is to is to modify the name based on who's selected in the drop down list.

Thanks in advance

Jason