• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Need to update HTML form field from an applet

 
Greenhorn
Posts: 10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all, How r u doing?

I have a HTML form. The form has a Combobox which is implemented using Applet(AWT, Swings) and some other fields. Need to update a HTML field when user selects any option from the combo box. I want to do this using Javascript. ItemListener is implemented and it will call Javascript method when user selects any option from Combo box. The user selection is given as the combobox HTML field value using Java script. I need to change other field value also at same place based on user selection. Can u please tell me how to change the other HTML field value from the Javascript which internally uses JSObject but takes applet object reference as argument?
Thanks in advance.
 
reply
    Bookmark Topic Watch Topic
  • New Topic