View Single Post
Old 12-04-2003, 07:02 PM   #1 (permalink)
mpedrummer2
Insane
 
javascript questions

OK, I do php and MySQL programming.

I have a form, and based on the value of one input (a select) in the form, I want to display the correct other fields for the user.

I'm assuming that javascript is the way to go here. I know that I want to do "onBlur="do something"" but I don't know exactly what to do.

What it needs to do is spew out a chunk of html.

Possible? Stupid?

Question 2: I have ordered something from Micro Xpress recently, and their registration form is the coolest damn thing...you enter your zip code, and it pulls the rest of the stuff for you. I want to do the same thing for a site I'm working on, I have the zip code database.

How?

Any help is appreciated.

Thanks
MPEDrummer
__________________
My sig can beat up your honor student.
mpedrummer2 is offline  
 

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62