Please JAVA help needed

F

fo

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.

Your kind help mostly appreciated
here is the link to the form http://golfoz.com.au/designyourown.php

Thank you
FO
 
T

Tony Morris

fo said:
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.

No.
That has nothing to do with Java.
You might consider looking for a "kind HTML person" or a "kind Javascript
person".

--
Tony Morris
(BInfTech, Cert 3 I.T.)
Software Engineer
(2003 VTR1000F)
Sun Certified Programmer for the Java 2 Platform (1.4)
Sun Certified Developer for the Java 2 Platform
 
R

Roedy Green

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.

Your kind help mostly appreciated
here is the link to the form http://golfoz.com.au/designyourown.php

see http://mindprod.com/jgloss/htmlcheat.html#COMBO

for an example.
 
R

Roedy Green

No.
That has nothing to do with Java.
You might consider looking for a "kind HTML person" or a "kind Javascript
person".

On the other hand a Java programmer is more likely to know the answer
than an HTML person. The HTML people just plop the stuff in the Java
programmers tell them to.

JSP programmers generate this sort of stuff in their sleep.
 
F

fo

Thanks for this info. And really appreciate the fact that you have gone to
trouble to send me link.

I experimented with this but it only posts the first item , which is my
original problem. I want to be able post/submit multiple selections.

anymore hints please ?

FO
 
R

Roedy Green

I experimented with this but it only posts the first item , which is my
original problem. I want to be able post/submit multiple selections.

What happens when you run the code exactly as written in my example?
I tested it with an echo server and it posted two items, as I show in
the example. You can download the echo server.

See http://mindprod.com/products.html#ECHO

Perhaps the problem is a bug in your browser. I used Opera 7.51. Try
with that.
 
F

fo

I am running EI 6.
Sorry I am a beginner when it comes to running a server . I have downloaded
and unzipped it but that is it :-(

Thank for your help again
 
R

Roedy Green

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,754
Messages
2,569,527
Members
45,000
Latest member
MurrayKeync

Latest Threads

Top