• 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

java with Html

 
Ranch Hand
Posts: 47
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi to all.,


please...answer my question..i tried a lot..but i can not..

How to execute java program when i click the button designed in html..?
I dont Know JSP SERVLET.
 
Ranch Hand
Posts: 130
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
There is no easy answer to your question.

From your post, I gather that you're trying to execute a servlet from a html form.

Are you a web developer who is trying to run a java program or are you more interested in all the behind scenes stuff associated with servlets/JSP or applets for that matter?

If it is the latter, then you would really need to embark on a some sort of study program on servlets/JSP and the like.

If you're not really interested in that and someone else is writing the back end application and you just want to call it from your web page then please show us some code.

Regards,
JD
 
reply
    Bookmark Topic Watch Topic
  • New Topic