Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsWhite Papers
Discussion GroupsFirst AidDatabasesJavaBeansGUIJava 3DVirtual MachineCORBASecurityToolsGeneral
Java DirectoryOpen Source ProjectsSample Book ChaptersUser GroupsWeb Resources
Related Topics
Databases.NETMore Topics ...

Java Forum / General / September 2006

Tip: Looking for answers? Try searching our database.

autocomplete not working

Thread view: 
chihab@planisware.com - 11 Sep 2006 22:36 GMT
Hi guys,

I have the following javascript code calling an applet

<html>
 <head>
   <title>JavaScript To Java</title>

   <script language="JavaScript1.3">
     var JSTOJForm;

     function init ()
     {
        JSTOJForm = document.JSTOJForm;

     }

     function callJava ()
     {

        document.JSTOJ.msg += JSTOJForm.dbName.value;
        document.JSTOJ.setColor (JSTOJForm.colors.options

[JSTOJForm.colors.selectedIndex].value);
     }
   </script>
 </head>

 <body onload="init ()">
   <applet code="JSTOJ.class" name="JSTOJ" width=300 height=300>
   </applet>

   <p>
   <form name="JSTOJForm">
     <input name="updates" type=text size="30"><br>
     <input name="button" type="button" size="30" value = "go"
onclick="callJava ()"><INPUT type="reset">

     <select name="colors" size="1" onchange="callJava ()">
       <option value="black" selected>black</option>
       <option value="red">red</option>
       <option value="magenta">magenta</option>
       <option value="blue">blue</option>
     </select>
   </form>
 </body>
</html>

I noticed that the autocomplete in the form does not work anymore
Is is normal? is there a way to have it back?

Thanks
Manish Pandit - 12 Sep 2006 00:53 GMT
> I noticed that the autocomplete in the form does not work anymore
> Is is normal? is there a way to have it back?

Did it ever work in the past?

-cheers,
Manish
chihab@planisware.com - 12 Sep 2006 00:57 GMT
Yes.

> > I noticed that the autocomplete in the form does not work anymore
> > Is is normal? is there a way to have it back?
[quoted text clipped - 3 lines]
> -cheers,
> Manish


Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.