evergrean100
Technical User
Is there anyway I can check if a Windows workstation has PDF working on it.
Code:
if (?how do I check if a local workstation has pdf software so it can view a pdf file??)
{
document.write('<a href=mypdf.pdf>pdf</a>');
}
else
{
alert('Cant bring up PDF');
}