skafy Posted June 21, 2016 Posted June 21, 2016 I'm having problems with opening new window with Windows.open command. Command is: UniSession.AddJS('window.open("' + ReportURL + '")'); I attached image of an error that I get. Quote
Administrators Farshad Mohajeri Posted June 21, 2016 Administrators Posted June 21, 2016 Hi, Browser can not access local files directly. Quote
Sherzod Posted June 21, 2016 Posted June 21, 2016 Hi, Try this: UniSession.AddJS('window.open("' + UniServerModule.FilesFolderURL + '21062016075557.pdf")') Best regards. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.