reset password
Author Message
arodr856
Posts: 6
Posted 14:46 May 28, 2016 |

Can someone give me an idea on how it is that you validate a drop down list using javscript?

allenma1988
Posts: 9
Posted 16:28 May 28, 2016 |

the drop down have a default choice, so if the user did not choice anything, it will choice the default choice.

arodr856
Posts: 6
Posted 16:41 May 28, 2016 |

I figured it out. Now I'm just having trouble adding prices to the inputs and using the onlick button to display the customers order.

karcini
Posts: 3
Posted 17:32 May 28, 2016 |

I recommend putting an overall price variable outside of the function and set it at zero.  Then certain activation of buttons add to that.  Num = Num + whateverthepriceis

tdang040888
Posts: 7
Posted 00:12 May 30, 2016 |

Am I suppose to use getElementId? Because no matter what, I am getting syntax issues.

TonyOs1
Posts: 13
Posted 04:16 May 30, 2016 |

What issue are you having?

tdang040888
Posts: 7
Posted 20:55 Jun 03, 2016 |

I figured that one out, thanks.