0
Answer

Compatibility Issue on Firefox for freetextbox to display on Cursor Location

wajid ansari

wajid ansari

16y
3.3k
1
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:
  <select name="ddlPlaceHolders" onchange="FTB_API['ctl00_ContentPlaceHolder1_ftbMailText'].InsertHtml
(ddlPlaceHolders.options[ddlPlaceHolders.selectedIndex].text);">
                 <option value="<!FN>">First Name</option>
        <option Value="<!LN>">Last Name</option>
        <option Value="<!EM>">Email</option>      
        </select>

the statement
 "FTB_API['ctl00_ContentPlaceHolder1_ftbMailText'].InsertHtml
(ddlPlaceHolders.options[ddlPlaceHolders.selectedIndex].text);"

is working fine on Internet Explorer but its not working on firefox
Please help me

Thanks
wajans