index.html中的小程序未加载IIS。使用浏览器打开index.html时工作正常

时间:2012-02-06 01:30:17

标签: java iis applet

如果我直接使用浏览器打开index.html文件但是在运行IIS 7.5时无法加载,我有一个java applet可以正常加载,这里是index.html的代码

我觉得这与IIS中的权限有关,但由于我对IIS有点不知所措,我知道如何正确使用它。

非常感谢任何帮助,谢谢

    <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">        
<html>
<head>
    <style type="text/css">
    body {
        background: #000000; 
        color: #aaaaaa; 
        font-family: sans-serif; 
        text-align: center; 
        margin-top: 5em;
    }
    a:link {color: #F88113; text-decoration: none}
    a:visited {color: #ad5a0d; text-decoration: none}
    a:active {color: #F88113; text-decoration: none}
    a:hover {color: #F88113; text-decoration: underline}
    </style>
    <title>TitleScene</title>
</head>

<body>

<div id="game">
<script type="text/javascript"><!--
pulpcore_width = 1066;
pulpcore_height = 800;
pulpcore_archive = "TitleScene.jar";
pulpcore_assets = "TitleScene.zip";
pulpcore_scene = "TitleScene";
//--> 
</script> 
<script type="text/javascript" src="pulpcore.js"></script>
<noscript><p>To play, enable JavaScript from the Options or Preferences menu.</p></noscript>
</div>

<div id="source" style="margin: 5em auto 0 auto;">
    <a href="http://www.interactivepulp.com/pulpcore/">Powered by PulpCore</a>
    <blockquote style="margin-top: 5em; text-align: left">
        <div></div>
    </blockquote>
</div>

</body>
</html>

1 个答案:

答案 0 :(得分:0)

嗯......我在IIS中不太确定,但如果是Tomcat我会建议你

报告帮助

祝你好运