Tuesday, October 13, 2009

Web Page help please?

Hi I am looking to create some king a form on my webpage for a restaurant menu (Pizza Store). Is there a way that a user can select a product (such as pizza) and another box will appear asking %26quot;small medium or large%26quot; and then yet another to select there toppings? or do they have to be check boxes?



Any ideas will really help.



Thank you



Web Page help please?





Yes of course it can be done.... It just depends on what you%26#039;re making the website in. If you%26#039;re just using plain HTML coding, that might not be possible. If you%26#039;re using a professional web-editing program such as Dreamweaver, it will definitely be possible.



Another option is to pay a professional to do it for you.



Web Page help please?



Sure, you can do this with a bit of DOM scripting.



http://domscripting.com/



http://www.beginningjavascript.com/



Other Replys:they do not have to be check boxes this code will give you three types of pizza and three sizes good luck



%26lt;select size =%26quot;1%26quot; name =%26quot;I want%26quot; id = %26quot;size%26quot;%26gt;%26lt;option selected=%26quot;selected%26quot;%26gt; I want %26lt;/option%26gt;%26lt;option value = %26quot;pan pizza%26quot;%26gt;Pan Pizza%26lt;/option%26gt;%26lt;option value = %26quot;sicillian%26quot;%26gt;Siccillian%26lt;/option%26gt;%26lt;option value = %26quot;Thincrust%26quot;%26gt;thin crust%26lt;/option%26gt;%26lt;/select%26gt;%26lt;select size =%26quot;1%26quot; name =%26quot;Pizza Size%26quot; id = %26quot;size%26quot;%26gt;%26lt;option selected=%26quot;selected%26quot;%26gt; Select Your Size%26lt;/option%26gt;%26lt;option value = %26quot;large%26quot;%26gt;Large%26lt;/option%26gt;%26lt;option value = %26quot;medium%26quot;%26gt;Medium%26lt;/option%26gt;%26lt;option value = %26quot;small%26quot;%26gt;small%26lt;/option%26gt;%26lt;/select%26gt;

No comments:

Post a Comment

Blog Archive