My client has some web pages that have A tag links with onmousedown
events on them. My tools are PHP, Linux, and the tools for PDF generation there like DomPDF and PHP PDF. Is there a way to put the links into a PDF with the onmousedown
Javascript code still working? The onmousedown
events change the href.
I mean, I hear that PDF files can have Javascript in them, but I don't know if that also means the onmousedown
event can be included as well and still operate.