Hi All
I am getting problem in putting text at the cursor location in freetext box which is place in a Place holder and .
My code is as follows:
the statement
"FTB_API['ctl00_ContentPlaceHolder1_ftbMailText'].InsertHtml
(ddlPlaceHolders.options[ddlPlaceHolders.selectedIndex].text);"
is working fine but when i change it to get value instead of text as "FTB_API['ctl00_ContentPlaceHolder1_ftbMailText'].InsertHtml
(ddlPlaceHolders.options[ddlPlaceHolders.selectedIndex].value);"
its not showing any thing in the freetext box. Please help me
Thanks
wajans
Loading
Replies
Know the answer? Post it — somebody with the same question will find it here.