Do you know of any RTF edit control that may be obtained?
-----Original Message-----
From: Florian M Unterkircher [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 13, 2000 12:16 PM
To: [EMAIL PROTECTED]
Subject: Re: Capturing RTF Text
> 1.I need to capture RTF documents on the client from a servlet/jsp
generated
> HTML and save to database by passing the captured RTF text to the servlet.
> How to invoke WinWord like application from an HTML page and return back
to
> the browser only after the user has finished editing the text in WinWord?
If you want to call an external program, you will have to use a signed
applet.
To make this work on most browsers, you will either have to get a
certificate
from a certification authority like Verisign or ask the user to install your
own
root certificate before using the applet. (I would be reluctant to do that.)
You'd then execute the application from inside the applet and wait from
there
until it is closed and send the updated file back to the server.
An easier solution would be to use an applet with a RTF edit control
embedded in the webpage.
Florian
____________________________________________________________
Florian M Unterkircher ([EMAIL PROTECTED])
http://www.unterkircher.com
Ph. +43 (676) 401-6656 / Fax +1 (603) 804-5819
PGP fingerprint: 35DD FD51 F4D1 1252 4098 1B9C 045A 0D00 455E F291
___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".
Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".
Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html