I want to open a PDF document on click of a hyper link in DataTables grid column. Please help.
This function is called on a button click just for test but js error: Access denied.
function openPDF() {
window.open("file:///D:/test.pdf", "_blank", "");
}