Go Back   Velocity Reviews > General Computer Discussion > Software
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply
 
Thread Tools Search this Thread
Old 12-19-2007, 11:38 AM   #1
Default how to pass selected item from listbox of one form to text box of other form


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
chintan is offline   Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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

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

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




SEO by vBSEO 3.3.2 ©2009, Crawlability, Inc.

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