[SOLVED] Can I use forms like this without javascript
Posted: Sun Sep 11, 2005 1:55 am
Hi all,
Basically, I have a list of products which come in different types, and different sizes.
I want to have a product name displayed, followed by a combobox of the types available for that product.
Next to that I want simple images (image submit or straight HREF), with one per size available. On the following page, I then need to be able to see what the product was, what the variation was, and which button was pressed ... or what size was pressed.
Basically, I want to have a dropdown and multiple submit buttons, where I can determine which button was pressed, as well as what was chosen from the dropdown. This needs to be repeated several times in the same screen (separate forms though).
I would really prefer not to use javescript to accomplish this however, or at the very least, a simple way to catch non-javascript users and warn them. As I said though ... I would really prefer not to penalise non javascript users.
Any help would be really great. Cheers.
Basically, I have a list of products which come in different types, and different sizes.
I want to have a product name displayed, followed by a combobox of the types available for that product.
Next to that I want simple images (image submit or straight HREF), with one per size available. On the following page, I then need to be able to see what the product was, what the variation was, and which button was pressed ... or what size was pressed.
Basically, I want to have a dropdown and multiple submit buttons, where I can determine which button was pressed, as well as what was chosen from the dropdown. This needs to be repeated several times in the same screen (separate forms though).
I would really prefer not to use javescript to accomplish this however, or at the very least, a simple way to catch non-javascript users and warn them. As I said though ... I would really prefer not to penalise non javascript users.
Any help would be really great. Cheers.