Compatibility Issue on Firefox for freetextbox to display on Cursor Location

Reply

Join Date: Aug 2007
Posts: 33
Reputation: ansari.wajid is an unknown quantity at this point 
Solved Threads: 0
ansari.wajid ansari.wajid is offline Offline
Light Poster

Compatibility Issue on Firefox for freetextbox to display on Cursor Location

 
0
  #1
Nov 7th, 2008
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:
  1. <select name="ddlPlaceHolders" onchange="FTB_API['ctl00_ContentPlaceHolder1_ftbMailText'].InsertHtml
  2. (ddlPlaceHolders.options[ddlPlaceHolders.selectedIndex].text);">
  3. <option value="<!FN>">First Name</option>
  4. <option Value="<!LN>">Last Name</option>
  5. <option Value="<!EM>">Email</option>
  6. </select>
the statement
  1. "FTB_API['ctl00_ContentPlaceHolder1_ftbMailText'].InsertHtml
  2. (ddlPlaceHolders.options[ddlPlaceHolders.selectedIndex].text);"
is working fine on Internet Explorer but its not working on firefox
Please help me

Thanks
wajans
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:




Views: 645 | Replies: 0
Thread Tools Search this Thread



Tag cloud for ASP.NET
About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC