i have a php page that using WYSWYG
i am using ajax for open this page, but it seem the WYSWYG toolbar doesn't previewed so it didn;t work but when i was using with out ajax to call this page, i mean the ussually way, the WYSWYG toolbar is showed up.
Is seem i need to refresh something up, can someone suggest me what need i to do ?
oh and i am using OpenWYSIWYG for editor.
thanks,
| Code: |
|
<html> <script language="javascript" type="text/javascript" src="scripts/wysiwyg.js"></script> <body> <textarea id="textarea1" name="test1" style="height: 170px; width: 500px;"></textarea> </div> <div align="right"> <script language="javascript1.2"> generate_wysiwyg('textarea1'); </script> </body> </html> |
i am using ajax for open this page, but it seem the WYSWYG toolbar doesn't previewed so it didn;t work but when i was using with out ajax to call this page, i mean the ussually way, the WYSWYG toolbar is showed up.
Is seem i need to refresh something up, can someone suggest me what need i to do ?
oh and i am using OpenWYSIWYG for editor.
thanks,
