Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Products
»
Cute Editor for .NET
»
could not get innerText in Firefox
could not get innerText in Firefox
04-28-2010, 10:54 PM
wolf11th
Joined on 11-20-2009
Posts 145
could not get innerText in Firefox
Reply
Quote
var
editor1 = document.getElementById(
'<% = cmsKeyImprovement.ClientID%>'
);
var
contentInstance = editor1.GetDocument();
var
content=
contentInstance
.body.innerText
Hi there,
above code works fine in IE but not Firefox which reports an error"
contentInstance.body.innerText is undefined
"
pls help
View Complete Thread