Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Products
»
Cute Editor for ASP
»
Object doesnt support property or method
Object doesnt support property or method
04-06-2006, 10:42 PM
ThePatriot
Joined on 11-29-2005
Posts 13
Object doesnt support property or method
Reply
Quote
var editor = document.getElementById('CE_Editor1_ID');
alert(editor.getHTML())
get a javascript error when this code runs, i have also tryed
var editor = document.getElementById('<%= Editor1.ID %>');
alert(editor.getHTML())
whats happening
View Complete Thread