JS-Jive is the best JAVASCRIPT list on Yahoo! A tremendous help resource for the web application programmer, we have CF, JSP, ASP, and PHP web application programmers of all experience levels, and from every corner of the globe. Come join us where no javascript question is too basic! I challenge you to ask a question that isn't anwered within an hour. Come learn from our experts or grace us as one yourself! On average, current traffic on this list is around 25 messages per day.
I've been searching all over the place, but can't seem to find an example of what I'm trying to do. Hoping someone here can point me in the right direction.
You are making a big mistake. Just do a onclick="Ship_Option(this.form)" on each item And inside the function function Ship_Option(form) { form.submit(); } You
... From: "tmallan" ... Hi tmallan, This group doesn't seem to be very active of lately, though there seems to be quite a few group members. I'm a newbie at
This form allows a customer to choose a shipping option. While it submits the form, no matter which button is selected, the same value is always submitted.