I have this JavaScript function which is working in all the machines I tried except the one that is running on Vista. I am calling this function onload
. what do you think is wrong with this one.
function isePad() {
var epad;
epad = window.document.esCapture1.ConnectedDevice;
if (!epad) {
alert('Sorry epad either is not Connected or/and drivers are not installed');
}
}