I am trying to use my html\ javascript to access a PDF file.
I have checked to see if the file exists which it dose however its still returning an error alert stating that the file is not found could someone elaborate on this form me?
<p>Zoek voor project Nr:
<input type="text" name="prog_site" id="prog_site" value="" />
<a href="#"
onclick="this.href = ('file://j:/' + document.getElementById('prog_site').value + '/Tekeningen/TekenwerkDeMar/Definietief/' + document.getElementById('prog_site').value + '.pdf' )"
target="_blank">Get</a>