How to change a file's access path that is called in a function
How to change a file's access path that is called in a function
I have a function that calls a particular file .pdf however need to be able to
change this file access path, it is possible?
<script src="
http://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<script type="text/javascript">
$(function () {
window.onload = function abrirPdf() {
var iframe = $("#LoteSlips");
iframe.attr("src", '<%=arquivo%>_ERRO.pdf#zoom=200&page=<%=i%>');
};
});
</script>
Topic Participants
romualdo.s.rs
jakecigar