Re: Open files with java program
- From: Roedy Green <see_website@xxxxxxxxxxxxxxxxxxxx>
- Date: Fri, 11 Jan 2008 11:51:07 GMT
On Thu, 10 Jan 2008 13:14:20 -0800 (PST), David
<david.goodyear@xxxxxxxxx> wrote, quoted or indirectly quoted someone
who said :
I am writing a program for internal use within the company i work for.
However, I want to create links from a web page to pass information
into the program.
Usually you write a servlet. Web pages send GET-POST requests using
HTML forms.
You could write an Applet. It runs on the client. It can accept
keystrokes, and send data to a server.
You could write a JAWS app. It runs on the client. It can accept
keystrokes, and send data to a server. It runs independently of the
browser, thought he browser can launch it.
If you hate yourself, you would collect the data in JavaScript and
pass it through to an Applet.
--
Roedy Green, Canadian Mind Products
The Java Glossary, http://mindprod.com
.
- Follow-Ups:
- Re: Open files with java program
- From: David
- Re: Open files with java program
- References:
- Open files with java program
- From: David
- Open files with java program
- Prev by Date: Re: Physical and logical fonts
- Next by Date: Java Software Licensing
- Previous by thread: Re: Open files with java program
- Next by thread: Re: Open files with java program
- Index(es):
Relevant Pages
|