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:
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');