Re: Pass mulitple select options using GET
On 8 Jun 2005 14:10:02 -0700, puneet.bansal@xxxxxxxxx wrote:
> I have a 'multiple select' in a form in an HTML page and I am trying to
> send the selected values to the server using GET method eg
>
> ProcessXXXServlet?selectOptions=document.forms[0].selectBoxName.value
>
> I get only the first selected value on the server ...
Sounds like (yet another) job for the JS gurus. Start here.
<
http://groups.google.com.au/group/comp.lang.javascript/msg/cc6612f886cf138c>
HTH
--
Andrew Thompson
http://www.PhySci.org/codes/ Web & IT Help
http://www.PhySci.org/ Open-source software suite
http://www.1point1C.org/ Science & Technology
http://www.LensEscapes.com/ Images that escape the mundane
.
Relevant Pages
- Re: sample ASP XP Mail component
... CDO can send mail via a remote SMTP server. ... client to show plain text only). ... The other would be to create an HTML page that looks exactly how you want ... that many will STILL see plain text and images as attachments), ... (microsoft.public.inetserver.asp.general) - Re: How to download file via HTTP?
... This works for images and probably ... Send this to port 80 of your server and simply parse the bytes sent back to ... a URLConnection gives you the file, image of html ... code for your request, this code however will include the HTTP Server ... (comp.lang.java.programmer) - Re: How to download file via HTTP?
... This works for images and probably ... Send this to port 80 of your server and simply parse the bytes sent back to ... a URLConnection gives you the file, image of html ... code for your request, this code however will include the HTTP Server ... (comp.lang.java.help) - Re: How to do a post back when user press enter.
... It is hosted on a web server, ... the client browser, which is designed to read and interpret HTML. ... UI, via the event handler. ... (microsoft.public.dotnet.framework.aspnet) - Re: PHP-Yes, HTML-No --- Why?
... The .html signifies that the file contains HTML - and pretty ... A php script contains both HTML and PHP code so technically speaking it's not just HTML. ... The user is getting a file from your web server, an HTML file, and it has an extension of something other than HTML. ... I hope you weren't configuring them as per your personal likes and dislikes but instead were configuring them as per the customer requirements and for speed, ... (comp.lang.php) |
|