Hi,
Bear with me as I know this question is incredibly basic
If I have a web form that contained a bunch of labels and textboxes(like First Name, Last Name, Address, Age, etc) and a Submit button.
What's the easiest/best/most accepted way to pass those variables (the values in the textboxes) to another page?
I'm a ColdFusion developer, so I'm used to just referencing the variables by "form.firstname" and "form.lastname"
Again, I know this question is terribly basic, but I'd really like some advice/input on the best way to approach this.
Thanks in advance,
Suzanne
Bear with me as I know this question is incredibly basic
If I have a web form that contained a bunch of labels and textboxes(like First Name, Last Name, Address, Age, etc) and a Submit button.
What's the easiest/best/most accepted way to pass those variables (the values in the textboxes) to another page?
I'm a ColdFusion developer, so I'm used to just referencing the variables by "form.firstname" and "form.lastname"
Again, I know this question is terribly basic, but I'd really like some advice/input on the best way to approach this.
Thanks in advance,
Suzanne