marsner,
It's not the same issue. You are using Sun One ASP.
It doesn't like the following code:
With objNode.Attributes
set objType = .GetNamedItem("type")
set objName = .GetNamedItem("name")
set objVisible = .GetNamedItem("Visible")
...
End With
Please open include_CuteEditor.asp file and replace the above code with the following code:
With objNode.Attributes
set objType = objNode.GetNamedItem("type")
set objName = objNode.GetNamedItem("name")
set objVisible = objNode.GetNamedItem("Visible")
...
End With
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