Forum Moderators: open
initially when trying to open the document I get a prompt asking if I want to download or save because the file looks "suspicious" and then when I click on open or save I get an error stating that IE was unable to open the file.
The IS department that manages the server claims that no error logs are generated when this happens.
I have attempted to use javascript workarounds and the only method that has worked is redirecting to the document using document.location. I get the same error if using the window.open.
The second parameter is the target.
getURL('url','_blank');
Note that in my particular case "Expire immediately" was the setting my server was set to when I was experiencing the problem. I didn't try deselecting content expiration altogether which may also work.