I hope to have advise to help me solve this situation ,
I try to customize the toolbar of the ( InnovaEditor ) , I try to edit the code of page ( innova.asp ) as follows :
I add new line to the code of InnovaEditor(""oEdit") object ...
this code add new group to the toolbar with buttons ( FlashDialog , LinkDialog , ImageDialog , YoutubeDialog )
-----------------------------------------------------------------
" oEdit") & CSmartStr(cfieldname)) & ".groups = [[""group1"", "", [""FlashDialog"", ""LinkDialog"", ""ImageDialog"", ""YoutubeDialog""]]];" & vbcrlf &
-----------------------------------------------------------------
but everytime I try to run the table contains textarea box , I receive the following error :
==============================================================================
Microsoft VBScript compilation error '800a0401'
Expected end of statement
/test101/innova.asp, line 70
" oEdit") & CSmartStr(cfieldname)) & ".REPLACE(""") & CSmartStr(cfield)) & """);" & vbcrlf &
-----------------------------------------------------^
==============================================================================
Thanks