Link to home
Create AccountLog in
Avatar of sbrose
sbrose

asked on

How to create an editable file in the formatted image visable on the browser?

We use java, javascript, jsp, html.  

We need to create a file of a browser page that users can edit.

We want to create the file just as it looks in the browser.

Regardless of whats in the HTML.  Input fields, comments ...
Avatar of nschafer
nschafer
Flag of United States of America image

Hi sbrose,

How do you want this to work?  Here's a few options:
 1. The user clicks a link on the page and a file is downloaded to them
 2. The user clicks a link and the page opens up in a HTML editor
 3. The file is created without being on the page at all

Any of these are possible (although the last one will limit the ability to have fields filled in).  
It just depends on what you are trying to achieve.

Neal.
Avatar of 8riaN
8riaN

You could use a WYSWYG html editor, such as:

http://activsoftware.com/activedit/

and let them edit the html directly on the site.
ASKER CERTIFIED SOLUTION
Avatar of Esopo
Esopo
Flag of United States of America image

Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
WOW!

Esopo I have to thank you for turning me on to tinymce - It's love at first sight!  I think between that and gallery2, which I found out about from the tinymce plugins page you may have just provided me with exactly the solution I've been looking for for a long time.  I found the FCK Editor, but beyond it's unfortunate name, it has other problems I wasn't looking forward to tackling.

Thanks again!
You are welcome.
Tiny MCE is a very decent little tool and I haven't had problems with it.