Preview of HMTL code

Is there a way to preview some HTML text which is stored in a column of a table in a SQL database? i.e. each record stored different HTML text.

The column contains the raw HTML code - but I would like to have a preview ability to see what the text would look like if it was passed to internet explorer.

Maybe bring up the record in ‘record view’ on a form and hit a ‘Preveiw’ button. Is there a java type bean to do this?

Roger

When you set your field to be a HTML_AREA you have your test capability. Limited but very good…