PDA

View Full Version : Need a Special Drop Down MENU


Unregistered
03-28-2001, 06:10 AM
OK guys I need some help. I am getting into Java script but I have hit a bump. I need a DROP down menu that has pre- calculated values in them. Maybe some onLoad command or something. It has to have words and a pre-calculated amount in it. So when someone pulls the menu down the #'s are there.

I am starting an e-commerce site and need this for shipping. One command is set as this ('parent.all.ordertotals * 1.15') but I cant figure out how to load this as one of the selections.

I need it to be dynamic only I can't have static cause the amount of purchase varies too much.

IE. UPS = $3.45
MAIL = $2.45

ect. you get the point. SOMEONE PLEASE HELP.....

Dr. Web
03-28-2001, 07:17 PM
do you have the partially complete form online? If so, can you post the URL? Thanks>

kdjoergensen
03-29-2001, 03:55 PM
Yes, I can help..
You can go here for a tutorial for how to change the options in a select element dynamically:

http://imaginethat.htmlplanet.com/select/dynselect.html

:D

Kenneth