
December 12th, 2001, 01:48 PM
|
|
Junior Member
|
|
Join Date: Dec 2001
Posts: 2
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
Passing JavaScript variables in HTML Form
Hello all, this is my first posting here....
In a nutshell, I have some HTML text Fields for First and Last name entry. With those fields I have to create a single Name Variable (which I have), but send that single variable thru my HTML Form. I have tired a number of different approaches, but have been unsuccessful so far.
I have tried setup a function that first validates the entered data, creates the single name variable and returns that variable value, but I have not been able to pick up that value with my HTML Form.
If anyone might be able to give me some direction on how to pick up that JavaScript variable with my HTML, you'd make me a happy camper )
Thanks All
|