PDA

View Full Version : Need ideas on scripting



Sepsis2x
02 Jun 2008, 04:16 PM
Hi, I'm new to these forums, so I apologize if I'm posting in the incorrect place.

What I'm trying to do is have a website with forms on it. With these forms, the values of each selection will be added up. That probably doesn't make much sense, so here is a link to an example of what I'm trying to do.

http://flashtrial.bravehost.com/

In this example, there are 2 options, licenses and Delivery. When you select two of those options, an alert box will pop up and tell you the value of the first option, then the 2nd option, and finally the total amount of both options. So okay, great I've got that. What I want to do is send the viewer to a webpage depending on what the total value is. I hope my ramblings at least make a little sense. Please give me your ideas, thanks.

carrathanatos
03 Jun 2008, 03:57 PM
Perhaps you should make your alert boxes more ddescriptive, and have one alert box and not three... it would be less confusing. Just have one function check all three items, then you can format it into a semantic sentence. :) Much more user-friendly!