Hi Guys,
Sorry if my subject was not descriptive enough, I really didn't know how to phrase it.
Anyway, here's my problem. I need to create an interface (web page) with a normal form which contains a regular textarea object wherein the user can code raw HTML to make up the contents of another page.
When the user is done they have the opportunity to 'preview' the page before the data gets written to a database.
I know I can reference the value attribute of the textarea in the opener page without submitting the form however I'm having a problem getting it to display the HTML in the called page.
Is there a tag that I can use to assign the value of the textarea parsed to, and, it will be interpreted by the browser as straight forward HTML??
Hope this all makes sense.
Thanks for any help that comes my way.
Regards
Mike
Sorry if my subject was not descriptive enough, I really didn't know how to phrase it.
Anyway, here's my problem. I need to create an interface (web page) with a normal form which contains a regular textarea object wherein the user can code raw HTML to make up the contents of another page.
When the user is done they have the opportunity to 'preview' the page before the data gets written to a database.
I know I can reference the value attribute of the textarea in the opener page without submitting the form however I'm having a problem getting it to display the HTML in the called page.
Is there a tag that I can use to assign the value of the textarea parsed to, and, it will be interpreted by the browser as straight forward HTML??
Hope this all makes sense.
Thanks for any help that comes my way.
Regards
Mike