I got the following error while trying to download file using java-script.
ERROR:
Internet Explorer cannot download Sample.doc from www.websitename.com.
Internet Explorer was not able to open this Internet site. The request is either unavailable or cannot be found.Please try again later.
HTML:
<html>
<head>
<script type="text/javascript" language="javascript">
function winopen()
{
window.open("Sample.doc","_self","fullscreen=no,toolbar=yes, width=800, height=600, menubar=yes, status=no,scroll=yes");
}
</script>
</head>
<body onload="winopen();">
</body>
</html>
Does anyone know how to resolve this problem? Thanks.
i hope it will help
http://support.microsoft.com/kb/812935
http://support.microsoft.com/kb/316431