could not complete the operation due to error 8150002e

188 views Asked by At

We are receiving the error message "could not complete the operation due to error 8150002e" when using window.open() from an iframe. The URL we are attempting to open is:

enter image description here

The code we are using to open the window is:

win = window.open(serviceEndPointsBasicUrl + '/api/SmartVisitReportGenerator/GetSmartVisitOnDemand/' + '?userID=' + self.uUserID() + '&LongDate=' + longDate + '&TimezoneOffset=' + getTimezoneOffset() + '&ContentType=' + self.ChosenContentType() + '&IncludeFoodDiary=' + self.IncludeFoodDiary(), '_blank');
0

There are 0 answers