Re: Can't attach event

  •  09-29-2006, 9:42 AM

    Re: Can't attach event

    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