473,396 Members | 1,827 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

java dropdown transfer thingy question

I have explained at the linked below my problem. Basically it is a Java code
.. It is a dropdown box. when you select an item it goes to another text area
.. You can add items to that text area. Problem is when I summit it only
submits the first item in the textbox ignoring other items. How can I get it
to post all the items in the textbox (it is not really a text box, you need
to have a look.

Actual page suing this code is here. http://golfoz.com.au/designyourown.php
just near the Options (F. Golf Tour Destinations)
I have asked this in forums without help. below is more detail of my
question.
http://forums.cookienest.com/viewtop...d8851182e3e971

Thanks in advance.


Jul 17 '05 #1
6 1749
"M.E." <so*******@downunder.com.au> wrote in message
news:cb***********@otis.netspace.net.au...
I have explained at the linked below my problem. Basically it is a Java code . It is a dropdown box. when you select an item it goes to another text area . You can add items to that text area. Problem is when I summit it only
submits the first item in the textbox ignoring other items. How can I get it to post all the items in the textbox (it is not really a text box, you need to have a look.

Actual page suing this code is here. http://golfoz.com.au/designyourown.php just near the Options (F. Golf Tour Destinations)
I have asked this in forums without help. below is more detail of my
question.
http://forums.cookienest.com/viewtop...6f1fd26d5d5d88
51182e3e971


First, you aren't using Java. You're using Javascript and they have little
to do with each other.

Second, You should post a working example here (or anywhere you expect to
get help).

Third, I did follow your link. While I didn't dig through all the code, I
did notice that the SELECT element you are using does not specify that it
allows multiple selections. I'd suggest looking at that. Just a guess on my
part from a cursory examination. While looking at that, I'd look into having
the options you add to the target box be marked as selected.

- Virgil
Jul 17 '05 #2
Thanks Virgil,

Obviously you can detect a novus user.

!. Thanks for clarifying

2.Working example was long so I provide a link instead. But I'll take your
advise next time.

3. Sorry I meant to say repeated options, which it does. How do I go about
options I add to the target box be marked as selected ?

"Virgil Green" <vj*@DESPAMobsydian.com> wrote in message
news:gK*****************@newssvr24.news.prodigy.co m...
"M.E." <so*******@downunder.com.au> wrote in message
news:cb***********@otis.netspace.net.au...
I have explained at the linked below my problem. Basically it is a Java code
. It is a dropdown box. when you select an item it goes to another text

area
. You can add items to that text area. Problem is when I summit it only
submits the first item in the textbox ignoring other items. How can I

get it
to post all the items in the textbox (it is not really a text box, you need
to have a look.

Actual page suing this code is here.

http://golfoz.com.au/designyourown.php
just near the Options (F. Golf Tour Destinations)
I have asked this in forums without help. below is more detail of my
question.

http://forums.cookienest.com/viewtop...6f1fd26d5d5d88 51182e3e971

First, you aren't using Java. You're using Javascript and they have little
to do with each other.

Second, You should post a working example here (or anywhere you expect to
get help).

Third, I did follow your link. While I didn't dig through all the code, I
did notice that the SELECT element you are using does not specify that it
allows multiple selections. I'd suggest looking at that. Just a guess on

my part from a cursory examination. While looking at that, I'd look into having the options you add to the target box be marked as selected.

- Virgil

Jul 17 '05 #3
"M.E." <so*******@downunder.com.au> wrote in message
news:cb***********@otis.netspace.net.au...
"Virgil Green" <vj*@DESPAMobsydian.com> wrote in message
news:gK*****************@newssvr24.news.prodigy.co m...
"M.E." <so*******@downunder.com.au> wrote in message
news:cb***********@otis.netspace.net.au...
I have explained at the linked below my problem. Basically it is a Java
code
. It is a dropdown box. when you select an item it goes to another
text area
. You can add items to that text area. Problem is when I summit it
only submits the first item in the textbox ignoring other items. How can I

get
it
to post all the items in the textbox (it is not really a text box, you

need
to have a look.

Actual page suing this code is here.

http://golfoz.com.au/designyourown.php
just near the Options (F. Golf Tour Destinations)
I have asked this in forums without help. below is more detail of my
question.

http://forums.cookienest.com/viewtop...6f1fd26d5d5d88 51182e3e971


First, you aren't using Java. You're using Javascript and they have little to do with each other.

Second, You should post a working example here (or anywhere you expect to get help).

Third, I did follow your link. While I didn't dig through all the code, I did notice that the SELECT element you are using does not specify that it allows multiple selections. I'd suggest looking at that. Just a guess on

my
part from a cursory examination. While looking at that, I'd look into

having
the options you add to the target box be marked as selected.

- Virgil

Thanks Virgil,

Obviously you can detect a novus user.

!. Thanks for clarifying

2.Working example was long so I provide a link instead. But I'll take your
advise next time.

3. Sorry I meant to say repeated options, which it does. How do I go about
options I add to the target box be marked as selected ?


See this link:
http://www.devguru.com/Technologies/...ef/option.html

Bear in mind, I haven't tried this. I'm just taking a shot in the dark.

- Virgil
Jul 17 '05 #4
Sorry Virgil, You lost me. It is not clear to me as I do not understand
Java.


"Virgil Green" <vj*@DESPAMobsydian.com> wrote in message
news:79****************@newssvr22.news.prodigy.com ...
"M.E." <so*******@downunder.com.au> wrote in message
news:cb***********@otis.netspace.net.au...
"Virgil Green" <vj*@DESPAMobsydian.com> wrote in message
news:gK*****************@newssvr24.news.prodigy.co m...
"M.E." <so*******@downunder.com.au> wrote in message
news:cb***********@otis.netspace.net.au...
> I have explained at the linked below my problem. Basically it is a Java code
> . It is a dropdown box. when you select an item it goes to another text area
> . You can add items to that text area. Problem is when I summit it only > submits the first item in the textbox ignoring other items. How can I
get
it
> to post all the items in the textbox (it is not really a text box,
you need
> to have a look.
>
> Actual page suing this code is here.
http://golfoz.com.au/designyourown.php
> just near the Options (F. Golf Tour Destinations)
>
>
> I have asked this in forums without help. below is more detail of my
> question.
>

http://forums.cookienest.com/viewtop...6f1fd26d5d5d88
51182e3e971
>

First, you aren't using Java. You're using Javascript and they have little to do with each other.

Second, You should post a working example here (or anywhere you expect to get help).

Third, I did follow your link. While I didn't dig through all the
code, I did notice that the SELECT element you are using does not specify that it allows multiple selections. I'd suggest looking at that. Just a guess
on my
part from a cursory examination. While looking at that, I'd look into

having
the options you add to the target box be marked as selected.

- Virgil

Thanks Virgil,

Obviously you can detect a novus user.

!. Thanks for clarifying

2.Working example was long so I provide a link instead. But I'll take your advise next time.

3. Sorry I meant to say repeated options, which it does. How do I go about options I add to the target box be marked as selected ?


See this link:
http://www.devguru.com/Technologies/...ef/option.html

Bear in mind, I haven't tried this. I'm just taking a shot in the dark.

- Virgil

Jul 17 '05 #5
In article <cb***********@otis.netspace.net.au>, M.E. wrote:
Sorry Virgil, You lost me. It is not clear to me as I do not understand
Java.


You even have problems with reading (eg: Java != ECMAScript).

--
Tim Van Wassenhove <http://home.mysth.be/~timvw>
Jul 17 '05 #6
That's right Tim. It is a language I do not understand and I am trying to
help my Japanese friend's web site form. So Java to me it's bit like
Japanese to you probably.
Where do I use this Java != ECMAScript.

"Tim Van Wassenhove" <eu**@pi.be> wrote in message
news:2k***********@uni-berlin.de...
In article <cb***********@otis.netspace.net.au>, M.E. wrote:
Sorry Virgil, You lost me. It is not clear to me as I do not understand
Java.


You even have problems with reading (eg: Java != ECMAScript).

--
Tim Van Wassenhove <http://home.mysth.be/~timvw>

Jul 17 '05 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: M.E. | last post by:
I have explained at the linked below my problem. Basically it is a Java code .. It is a dropdown box. when you select an item it goes to another text area .. You can add items to that text area....
2
by: Christian Galbavy | last post by:
Hy! My next problem is to make an applet from my program. I have just add the "extend applet" to my class and removed the main-method by the start-method of the applet. I was thinking that this...
3
by: clintonG | last post by:
That's the title of the suggestion I just left at MSDN Product Feedback Center . Please login, use that string to find the suggestion I made and vote for it to support my outrageous demands. If you...
3
by: trint | last post by:
My boss wants this web app that I'm developing to have a java like dropdown menu. Is that possible with c# .Net? I haven't been able to find anything like that? Any help is appreciated. Thanks,...
34
by: kpg | last post by:
Hello all, I have an asp.net web application with tons of Java script files. I would like to protect the Java Script somehow so it can't be seen by a remote user. I found several 3rd party...
5
by: jung_h_park | last post by:
From: jung_h_park@yahoo.com Newsgroups: microsoft.public.dotnet.framework.aspnet Subject: Dropdown List not retaining its SelectedValue Date: Mon, 26 Jun 2006 21:02:57 -0700 Hello, My...
0
by: gezkk | last post by:
hi, i m using http proxy service to get proxy and host to applet, its working fine with jdk1.5 but getting java.lang.NullPointerException in jdk1.6 And the following is mseeage contains java...
2
by: emily224 | last post by:
Hello, I have been trying to understand this source code, which I retreived from my online course test. I would like to know how to find the answer for the question on the test. Im sure the answer...
5
by: =?Utf-8?B?Y2hlY2tyYWlzZXJAY29tbXVuaXR5Lm5vc3BhbQ== | last post by:
I have a VS 2008 ASP.NET webform that has a reportview tag on it, accessing an .RLDC report in local report. The columns for the report are essentially: Month Item #1 Item#2 Item#3 ...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.