Hi folks,
We have the following scenario, a small ASP app running in our intranet querying the address book of a legacy DB system to get some contacts who will be emailed with information (text, images, files, media, etc.) that is saved in a web server outside of our company. The body of the mail with the links to the others files is saved in the ASP app DB.
We have installed fck in the intranet and in the external server too, created a myconfig.js and modified the settings for filebrowser so when we call it in the intranet they really open in the external site, we can create folders, upload files, images, etc., so far so good, but... when we click on an image and the filebrowser windows (outside server) try to pass back the url of the file to the web dialog (localhost) we get an error in the following line: window.top.opener.SetUrl( encodeURI( fileUrl ) ) of function OpenFile( fileUrl ) file frmresourceslist.html.
We have checked the returned content of var fileUrl with the script editor and its ok.
Anyone can help us to fix the problem or give us a better way to do this job.
Thanks in advance.
PS: Execute the ASP app in the outside server is not an option for us.
We have the following scenario, a small ASP app running in our intranet querying the address book of a legacy DB system to get some contacts who will be emailed with information (text, images, files, media, etc.) that is saved in a web server outside of our company. The body of the mail with the links to the others files is saved in the ASP app DB.
We have installed fck in the intranet and in the external server too, created a myconfig.js and modified the settings for filebrowser so when we call it in the intranet they really open in the external site, we can create folders, upload files, images, etc., so far so good, but... when we click on an image and the filebrowser windows (outside server) try to pass back the url of the file to the web dialog (localhost) we get an error in the following line: window.top.opener.SetUrl( encodeURI( fileUrl ) ) of function OpenFile( fileUrl ) file frmresourceslist.html.
We have checked the returned content of var fileUrl with the script editor and its ok.
Anyone can help us to fix the problem or give us a better way to do this job.
Thanks in advance.
PS: Execute the ASP app in the outside server is not an option for us.