Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Java > Please JAVA help needed

Reply
Thread Tools

Please JAVA help needed

 
 
fo
Guest
Posts: n/a
 
      07-06-2004
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


 
Reply With Quote
 
 
 
 
Tony Morris
Guest
Posts: n/a
 
      07-06-2004
"fo" <> wrote in message
news:ccd3qb$264k$...
> 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



 
Reply With Quote
 
 
 
 
Roedy Green
Guest
Posts: n/a
 
      07-06-2004
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.
>
>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.

--
Canadian Mind Products, Roedy Green.
Coaching, problem solving, economical contract programming.
See http://mindprod.com/jgloss/jgloss.html for The Java Glossary.
 
Reply With Quote
 
Roedy Green
Guest
Posts: n/a
 
      07-06-2004
On Tue, 6 Jul 2004 13:23:27 +1000, "Tony Morris"
<> wrote or quoted :

>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.


--
Canadian Mind Products, Roedy Green.
Coaching, problem solving, economical contract programming.
See http://mindprod.com/jgloss/jgloss.html for The Java Glossary.
 
Reply With Quote
 
fo
Guest
Posts: n/a
 
      07-06-2004
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
"fo" <> wrote in message
news:ccd3qb$264k$...
> 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
>
>



 
Reply With Quote
 
Roedy Green
Guest
Posts: n/a
 
      07-06-2004
On Tue, 6 Jul 2004 14:31:03 +1000, "fo" <>
wrote or quoted :

>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.


--
Canadian Mind Products, Roedy Green.
Coaching, problem solving, economical contract programming.
See http://mindprod.com/jgloss/jgloss.html for The Java Glossary.
 
Reply With Quote
 
fo
Guest
Posts: n/a
 
      07-06-2004
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
"Roedy Green" <look-> wrote in message
news:...
> On Tue, 6 Jul 2004 14:31:03 +1000, "fo" <>
> wrote or quoted :
>
> >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.
>
>
> --
> Canadian Mind Products, Roedy Green.
> Coaching, problem solving, economical contract programming.
> See http://mindprod.com/jgloss/jgloss.html for The Java Glossary.



 
Reply With Quote
 
Fahd Shariff
Guest
Posts: n/a
 
      07-06-2004
looks like javaSCRIPT to me...

--
Fahd Shariff
http://www.fahdshariff.cjb.net
"Let the code do the talking...
 
Reply With Quote
 
Roedy Green
Guest
Posts: n/a
 
      07-06-2004
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.
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Help Help Help Pentax S5i Help needed (Please) The Martian Digital Photography 14 06-20-2008 07:56 AM
Help Help Help Please Pentax S5i info needed The Martian Digital Photography 2 05-20-2008 07:00 AM
Please please please help this guy with his open source java app casioculture@gmail.com Java 4 05-05-2005 08:24 AM
HELP! HELP! PLEASE, PLEASE, PLEASE tpg comcntr Computer Support 11 02-15-2004 06:22 PM
please help... ...me learn C++ please please please :) KK C++ 2 10-14-2003 02:08 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57