0

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", "");
}
markpsmith
  • 4,860
  • 2
  • 33
  • 62
Renascent
  • 184
  • 1
  • 3
  • 17

0 Answers0