i am currently working on a WYSIWYG html editor with javascript. i have to convert textarea to iframe to do get the html environment to get it work as form POST.
my questions are..
1. can iframe submit the POST form data to script? is it form object?
2. does anybody know how to replace those textarea with iframe?
i am looking to code my own rich text editor which is a text area replacement.
my questions are..
1. can iframe submit the POST form data to script? is it form object?
2. does anybody know how to replace those textarea with iframe?
i am looking to code my own rich text editor which is a text area replacement.
Comment