Html Editor for asp.net not supported by safari browser
-
I have designed html editor for asp.net. My problem is if i type any msg inside that html editor, and click save button, the text is not accepted and it shows alert msg..... But in other browser the text is accpted... Any Solution....
-
I have designed html editor for asp.net. My problem is if i type any msg inside that html editor, and click save button, the text is not accepted and it shows alert msg..... But in other browser the text is accpted... Any Solution....
Well, in Safari do view source and see what is being rendered. That may give you a clue.
Yusuf Can I help you?
-
Well, in Safari do view source and see what is being rendered. That may give you a clue.
Yusuf Can I help you?
Hi, I jst viewed it and took the id for html editor for ex: "ctl00_cphEBizMaster_txtMessage". And i try to assigned it to some string variable like String Message =Request.Form("ctl00_cphEBizMaster_txtMessage"); Am getting Error.....