Hi,
I am building a rich text editor. I use Iframe as text area to type.
I created my own virtual keyboard to type letters.
IE: when I press on the virtual keyboard it displays the letter in the iframe.
Safari: It does not work.
I want to get this working in safari.
Also, I am trying to save this text entered in the iframe into a file. I am unable to do this. In IE, I am not able to retrieve the content I type.
Can anyone suggest a way to do this?
Thanks,
K