I'm pretty new to HTML but getting there slowly. I want a form where users fill in a couple of boxes and can then choose one of three buttons. Each button will take them to a different new html page posting their input through.
I know I probably need two times
<input TYPE="text" for the boxes to fill in
and three
<input TYPE="submit" for the buttons
Then also probably a line
<form ACTION
How do I fill in these lines properly so that what I have described at the top works.
If someone can help me or point me to a page with similar code on it I'd be very gratefull
Dan
Dan Auber
DanAuber@aol.com
I know I probably need two times
<input TYPE="text" for the boxes to fill in
and three
<input TYPE="submit" for the buttons
Then also probably a line
<form ACTION
How do I fill in these lines properly so that what I have described at the top works.
If someone can help me or point me to a page with similar code on it I'd be very gratefull
Dan
Dan Auber
DanAuber@aol.com