No reply from iTim...
Can you tell me what js function I need to call in order to invoke the Insert Image window please Adam...
I'm trying to do something like the following:
[myButton] --> onclick = "callImageInsert()"
function callImageInsert()
{
var editor1 = document.getElementById('<%=Editor1.ClientID%>');
var editdoc=editor1.GetDocument();
editdoc.insertImage();
}
Understand?