error while try to open a HTM file
Hi,
I am getting access denied error while try to open a HTM file from any server(LN Domino sever), but no prob while opening the same through local HTML file.
as per the google search results its a error due to different domain
can any one help me how to acess file across the domain?
please find the simple Java script code below.
<html>
<head>
<script>
adWindow=window.open("c:\\LossList.htm");
</script></head>
<body>
</body>
</html>
|