JavaScript and client side scripting.
Moderator: General Moderators
the_wiz
Forum Newbie
Posts: 1 Joined: Tue Mar 09, 2004 8:56 am
Post
by the_wiz » Tue Mar 09, 2004 8:56 am
Hi,
I'm creating a form for call loging.
A have a select from a drop down list.
I want to let some fields be filled in automatically when selecting an entry in the list.
Problem, I don't know where to start.
Can someone help me please.
Thanxs
JayBird
Admin
Posts: 4524 Joined: Wed Aug 13, 2003 7:02 am
Location: York, UK
Contact:
Post
by JayBird » Tue Mar 09, 2004 9:23 am
Javascript will be the answer, not PHP
MArk
Unipus
Forum Contributor
Posts: 409 Joined: Tue Aug 26, 2003 2:06 pm
Location: Los Angeles, CA
Post
by Unipus » Tue Mar 09, 2004 1:32 pm
You'll want to set up variable arrays in javascript and load data into your fields dependent on those arrays.