![]() |
|
|
|||||||
![]() |
|
|
Thread Tools | Search this Thread |
|
|
#1 |
|
how to pass selected item from listbox of one form to text box of other form in javascript and html
i call given given below function setpara() in onchange event of listbox control function setpara() { //alert('Hey I said not to try clicking this link'); document.form11.t1.Value=document.f1.cns_1.getSele ctedValue; document.form11.t2.Value=document.f1.cns_2.getSele ctedValue; } here t1 and t2 are textbox names and cns_1 and cns_2 are listbox names and f1 and form11 are form names but stilll this code is not work what to do...now chintan |
|
|
|
|
![]() |
| Thread Tools | Search this Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Listbox coding problem | Ethan James | General Help Related Topics | 1 | 06-22-2009 03:12 AM |
| Selected Item | Lokesh0104 | Software | 0 | 09-24-2008 05:25 AM |
| ASP.Net ListBox items highlited | Catherine Murashchyk | Software | 0 | 02-01-2008 08:24 PM |
| How to activate Remote Assistance with XP using Windows Live Messenger | Oziisr | General Help Related Topics | 0 | 02-01-2008 04:45 PM |
| XML and ListBox | lexavision | Software | 0 | 08-11-2006 05:42 PM |