PaulShotgun has asked for the wisdom of the Perl Monks concerning the following question:
I wonder if any of you kind people could help me please! I wish to create a very simple Christmas gift management website for my family.
Put simply, I want to create an HTML page that contains a wish list - after each of the items on the list I want a drop-down menu that contains the menu items:
"Not bought" (default)
"Bought by person 1"
"Bought by person 2"
"Bought by person 3"
"Bought by person 4"
And a SUBMIT button.
When somebody buys an item on the list (from a real shop - nothing to do with the website) they can go onto the site, and change the value of that item from "Not bought" to "Bought by person 2" for instance, then click SUBMIT and the HTML will then permanently reflect the changes so that the item will always have "Bought by person 2" next to it - therefore preventing multiple purchases from other family members!
Does that make sense? I hope so. I know HTML really well, and know how to install CGI scripts and stuff - It's just writing them which proves tricky!
Any help/scripts etc would be very much appreciated by myself and my family!
Regards,
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Help with updating HTML from drop down menu's please!
by davido (Cardinal) on Nov 25, 2003 at 18:13 UTC | |
|
Re: Help with updating HTML from drop down menu's please!
by calin (Deacon) on Nov 25, 2003 at 18:18 UTC | |
|
Re: Help with updating HTML from drop down menu's please!
by Art_XIV (Hermit) on Nov 25, 2003 at 18:33 UTC |