Function not working on Vista
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 ...