Re: covert RTF to html

2002-09-05 Thread Arnold Shore
Not sure (yet) how to do this server-side in JSP, but MS Word does see that format (as either a .doc or .rtf) and can save it in the target format. As a temp solution(?) pending finding some cleaner way, maybe consider manual conversion and retaining both formats db-wise? Arnold Shore Annapolis

Re: Javascript Clock

2002-02-08 Thread Arnold Shore
Dynamite! I've changed the arrays to English, but what language are the days/months? I don't recognize them. Arnold Shore Annapolis, MD USA -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf

Re: Graphic reporting tools for Java/JSP

2002-02-07 Thread Arnold Shore
If bar charts are OK for you, then it's real easy to do them in html, using tables and one-pixel gifs. Vertical or horizontal, and as may colors as you have those gifs. Arnold Shore Annapolis, MD USA -Original Message- From: A mailing list about Java Server Pages specificatio

Re: Bar graph in JSP

2002-01-24 Thread Arnold Shore
My own use has included tiny, 1-pixel gifs in a . Plenty flexibility (vertical or horizontal bars) and efficiency, since the gif gets sent only once. I haven't seen anything better for bar charts. Arnold Shore Annapolis, MD USA -Original Message- From: A mailing list about Java S

Re: Bar graph in JSP

2002-01-22 Thread Arnold Shore
arithmetic is straight-forward in both these cases. Arnold Shore Annapolis, MD USA -Original Message- From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of JOSHY MON M C Sent: Tuesday, January 22, 2002 12:04 PM To: [EMAIL PROTECTED

Re: conversion problem

2002-01-07 Thread Arnold Shore
Not an expert here, but my understanding is that if you include the following meta in your html, then the input will be suitably encoded - with no further conversion needed. At least I hope so, since that's what I'm doing in my project, which is in the earliest stages. Arnold Shore

Re: instead of javascript

2001-12-26 Thread Arnold Shore
JSP is a server-side facility - you want a client-side thing, so JavaScript is really the only reasonable way way to go.   Arnold Shore Annapolis, MD USA -Original Message-From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On