javascript location redirect target _blank code example
Example: javascript location redirect target _blank
window.open('http://www.example.com?ReportID=1', '_blank');
window.open('http://www.example.com?ReportID=1', '_blank');