Re: New Forms Question
by Scott <sstahl(at)shaw.ca>
|
Date: |
Thu, 12 Dec 2002 01:14:16 -0600 |
To: |
"Beauford.2002" <beauford.2002(at)rogers.com>, HWG Basics <hwg-basics(at)hwg.org> |
References: |
p1 |
|
todo: View
Thread,
Original
|
|
Just use something like...
<form action="test.php" action="post" name="test">
<input type="hidden" name="frmPosted" value="TRUE">
<select name="color">
<option value="red"> red
<option value="blue"> blue
</select>
<select name="size">
<option value="small"> small
<option value="medium"> medium
<option value="large"> large
</select>
</form>
This would give you two options and the values would be posted to test.php
Scott.
----- Original Message -----
From: "Beauford.2002" <beauford.2002(at)rogers.com>
To: "HWG Basics" <hwg-basics(at)hwg.org>
Sent: Thursday, December 12, 2002 10:56 PM
Subject: New Forms Question
> Hi,
>
> I want to use several drop down menus on my webpage where a user can
choose
> from several options and then submit it. Something like you see when you
> sign up for a Hotmail account (but using dropdown menus instead of typing
in
> your info). The data is then being sent to a PHP page where it will be
used
> to do some other stuff. Can this be done in HTML using forms, or would I
> have to venture into javascripts which I know nothing about.
>
> If I do need javascripts does anyone know of one I could download and
modify
> for this purpose, or is there another solution I am missing.
>
> TIA
>
>
>
HTML: hwg-basics mailing list archives,
maintained by Webmasters @ IWA