Topbar
Topbar
Sign in
|
Join
|
Client Center
Home
Products
Client Center
Contact
Purchase
Support forums
»
Products
»
Cute Editor for ASP
»
Re: Can't attach event
Re: Can't attach event
09-29-2006, 9:42 AM
vtraag
Joined on 09-28-2006
Posts 3
Re: Can't attach event
Reply
Quote
I just see I've missed the ';' in the line with the .GetDocument() method. Of course, that's incorrect, and it should read:
Response.Write("var editDoc = obj_" & editorName & ".GetDocument();" & vbCrLf)
View Complete Thread