【发布时间】:2011-09-07 10:50:05
【问题描述】:
我正在使用 apache 网络应用程序。我用这个完成了一个项目,它在 IE8 中运行良好。现在我在 firefox、opera 和 chrome 中尝试了同样的方法,结果是源代码。
当我输入 http://localhost/ 时,结果,
<html>
<head>
<title>X2A.biz</title>
<script type="text/javascript">
window.location.href = "../pages/X2AFrame.htm"
</script>
</head>
<body>
</body>
</html>
我也尝试过使用 html 过渡文档类型。在 X2AFrame.htm 中,我有框架集。
有人可以帮忙吗?请...
【问题讨论】: