Re: Associative array
Rose wrote:
Hi all... I have a drop down list in a form that allows selections of one
item. How do I get the selected item for use in another field on the same
page?
Hi,
If you don't want the page to be reloaded after the first selection,
then the only way is javascript, the prob with javascript is its real
flaky and some users have it disabled, the option would be to only show
the one field, let them make selection, hit submit then load the form
again with the new fields aswell.
Flamer.
.
Relevant Pages
- Re: onchange event in select element with keyboard scrolling in IE6
... Keypresses trigger keyboard events. ... `change' event is triggered at least in newer Geckos by change of selection ... the control does not need to lose focus first. ... Prototype.js was written by people who don't know javascript for people ... (comp.lang.javascript) - Re: how to change the value of a text field?
... >> selection on the dropdown list, the program will exe a function. ... and reload the page each time (which still requires JavaScript). ... new GET or POST request is received. ... server-side technology like ASP or PHP or whatever, ... (comp.programming) - Re: how to pass the javascript array value to for the php variable.
... Hey, anyone can you help me, how to pass the javascript array value to ... i want to retrieve the values which are arrayed on "selectedValues" ... using selection boxes "name" value. ... (comp.lang.php) - Re: asp:DropDownList and Javascript
... disable JavaScript in my browser, ... than firing immediately after a new selection is made. ... Is there any way to determine which control initiated the PostBack? ... (microsoft.public.dotnet.languages.csharp) - Re: Replacing TextArea´s Selected Text...
... Client-side JavaScript is required. ... > selection I want to replcae the selected text with for example the same ... > function DoSelectionGecko() ... > var s = this.Form1.txtArea1.value; ... (microsoft.public.frontpage.programming) |
|