Click to See Complete Forum and Search --> : using applet to populate form variable


marslizard
03-08-2005, 02:12 PM
Can someone please give me some help? Here is the "solution" my manager has decided I should implement. Of course I have no training in JAVA but that is just a minor detail, right? Here goes...I have an address search form. To display a list box of all 2400+ street names in a region, I use a java applet that allows a user to type in a text box and build a shorter dynamic list of street names based on the string typed in the text box. What I would like to do is pass this "selected street name" as a form variable to an ASP script. Any ideas?