• 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
  • Tim Cooke
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

controlling asp from applets

 
Ranch Hand
Posts: 50
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi
I need some help on java.. I am having some asp pages , and a java applet.
On the asp page there are some buttons [delete / clear] and check boxes.. Asp page performs some action if i select the check boxes
those checkboxes and press those buttons.
I need to perform same actions on that asp page from my applet.ie, i need to control the actions of asp page from my
applet..How can i do that...
I have placed butons clear/delete in my applet.. Now i will be selecting the checkboxes in the asp page and
press my buttons from the applet...

Thanks Maha devan
 
reply
    Bookmark Topic Watch Topic
  • New Topic