On Tue, 6 Jul 2004 12:46:34 +1000, "fo" <>
wrote or quoted :
>Can some kind Java person have a look at my form and advise me how can I
>pass the selected options to my submitted form. When I submit only the first
>selected option is posted. Selection box has multiple selection option.
>Please scroll down to the section 'F -. Golf Tour Destinations' this is the
>only bit isn't working.
Another quite different way to skin this cat is to write an Applet to
gather the data, and the have it collect it together and pass it off
as if it came from a form. Then bugs in the browser can't affect you,
but browsers with ancient Javas or no Javas can.
See
http://mindprod.com/jgloss/cgi.html
for notes on how this is done.
--
Canadian Mind Products, Roedy Green.
Coaching, problem solving, economical contract programming.
See
http://mindprod.com/jgloss/jgloss.html for The Java Glossary.