我使用Firefox3瀏覽jsp的網頁時,
發現他是以原始碼的形式呈現
如果使用IE6.0瀏覽可以正常顯示
以下附上程式的code
代碼:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<%@ page language="java" import="java.util.*" pageEncoding="utf-8"%>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>麻煩幫忙看一下</title>
</head>
<body topmargin="0" leftmargin="0">
<table width="980" border="0" cellpadding="0" cellspacing="0" align="center">
<!--DWLayoutTable-->
<tr>
<td width="980" height="5"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="980" height="567">
<param name="movie" value="/image/project/080328/swf/index.swf" />
<param name="quality" value="high" />
<embed src="/image/project/080328/swf/index.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="980" height="567"></embed>
</object></td>
</tr>
<tr>
<td height="5"><img src="/image/project/080328/img/bg.jpg" width="980" height="163" border="0" usemap="#Map" /></td>
</tr>
</table>
<map name="Map" id="Map"><area shape="rect" coords="9,11,970,76" href="https://www.aa.bb.cc/jsp/index.jsp" target="_blank" />
</map>
</body>
</html>