• 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

JSP-Applet

 
Greenhorn
Posts: 25
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hii... frnds i need the answer very very urgently....

I created combobox in applet program.... this combobox has certain items/values.

Now tell me... how can I access that combobox items/values in jsp??
If so, by selection of the items/values of combobox.... the program in the jsp should be execute.how?
 
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Welcome to JavaRanch.

By "the JSP" do you mean the actual Java code in the JSP -which execute son the server-, or do you mean the HTML page that contains the applet (which maybe generated by a JSP page)?

The approaches would be very different.
 
Ulf Dittmer
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I still can't tell whether you want to access the HTML page (maybe its DOM or some JavaScript methods), or if you want to read from a JSP page running on the server.
 
Chan Lee
Greenhorn
Posts: 25
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Ulf Dittmer wrote:Welcome to JavaRanch.

By "the JSP" do you mean the actual Java code in the JSP -which execute son the server-, or do you mean the HTML page that contains the applet (which maybe generated by a JSP page)?

The approaches would be very different.



I meant the HTML page contains the applet one!
 
Ulf Dittmer
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Are you really still working on this problem, to which you needed an answer "very very urgently" back in September?

Applet/JavaScript intercation is provided through a couple of mechanisms called LiveConnect and Common DOM. The JavaRanch Applet FAQ has some links regarding both.
 
Chan Lee
Greenhorn
Posts: 25
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Yeah! actually I left a project (for which the question is related)... But, now the same problem has occurred while doing other project. Since I'm a student, I thought to learn it.


Ulf Dittmer wrote:Are you really still working on this problem, to which you needed an answer "very very urgently" back in September?

Applet/JavaScript intercation is provided through a couple of mechanisms called LiveConnect and Common DOM. The JavaRanch Applet FAQ has some links regarding both.

reply
    Bookmark Topic Watch Topic
  • New Topic