Recognize forms

They have: 83 posts

Joined: Apr 2004

In javascript how do I identify a part of a form. If I wanted variable lemon to be what ever hi (an input part of a form called hello) was... what should i type I though I was supposed to type var lemon = hello.hi but that doesn't seem to be working. How do I identify a part of a form in javascript?

Suzanne's picture

She has: 5,507 posts

Joined: Feb 2000

http://developer.irt.org/script/form.htm

I would recommend you pick up JavaScript the Definitive Guide or anything by the folks at http://www.javascriptworld.com/ (Dori Smith) for learning how to write JavaScript scripts.

They have: 83 posts

Joined: Apr 2004

TY so much

Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.