the4bs,
OK.
First please check this example:
This example shows you how to pass the editor object to the pop-up window.
Second after you get the editor object, you should be able to get the editor document object.
// get the active editor document
var editdoc = editor1.GetDocument();
Then loop all anchors in this document object:
for(var i=0;i<editdoc.anchors.length;i++)
{
.........
}
asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
asp wysiwyg html editor: http://cutesoft.net/ASP
asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
Live Support: http://cutesoft.net/live-support/default.aspx