Creating editor with HTML and JS

  •  04-24-2008, 9:00 AM

    Creating editor with HTML and JS

    Hi,  I need to be able to create an editor with HTML and JS.
    http://www.gwptest.ca/editortest.htm has the attempt I'm working on.
     
    I also need to attach onkeypress and onblur events, and I've seen posts for those, but I can't get the editor to display/function properly in the first place.
     
    If you check the error console of your browser there's a problem with _CState in the JS toward the end of the code...I think the problem stems from that.
     
    Thanks,
    Peter

View Complete Thread