i have an external hdd and it has self installed software that comes with a website.
when i click on the site launcher it gives a js error.
function loadResourceFile(file) { var req = window.XMLHttpRequest ? new XMLHttpRequest() : (window.ActiveXObject ? ActiveXObject("Microsoft.XMLHTTP") : null ); if(req!=null) { req.open("GET",file,true); req.send(null); } }
the harddrive is a hitachi lifestudio harddrive. anyone know why it isnt working properly?