When I access the Document window in the editor, I am getting the following message in the popup window "The area you are attempting to access is forbidden".
I have verified that the directory to which it needs to access has full permissions to write and access to. I am bringing up this window through a Javascript command, by accessing the actual linkage to it.
Here is my Javascript code before the </HEAD>
<SCRIPT language="JavaScript">
<!--
function Popupupload()
{
var popupURL ="http://www.ci.north-ridgeville.oh.us/admin/CuteEditor_Files/Gecko_InsertDocument.asp?UC=en-en";
var popup = window.open(popupURL,"Popup",'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width=600,height=500');
if( navigator.appName.substring(0,8) == "Netscape" )
{
popup.location = popupURL;
}
}
// -->
</SCRIPT>
Then I have a link to access the Javascript....
<a href = 'BLOCKED SCRIPTPopupupload()'>Upload PDF File</a>
If I press the PDF button on the toolbar, it comes up fine. If I access
it through the javascript popup, the message appears. If I press the
PDF button to access the window first, then go to the Javascript
button, it comes up... Very Odd.....
I have re-installed the Cute Editor Files to see if something ,ight have been corrupted... That didn't help either....
The site that it's on is an outsourced web host.
Talk to you soon!
Steve