不好意思想麻煩dreamweaver達人幫我看一下問題 謝謝
我設定一些連結要在AAAA這個視窗中開啟
可是 用了很多次都是另開視窗~~ 是不是少了一些什麼??
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=big5" />
<title>無標題文件</title>
<style type="text/css">
<!--
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
-->
</style></head>
<body>
<img src="zaa/02.jpg" width="288" height="341" border="0" usemap="#Map" />
<map name="Map" id="Map">
<area shape="circle" coords="58, 181, 32" href="b1.htm" target="aaaa" />
<area shape="circle" coords="152, 180, 27" href="b3.htm" target="aaaa" />
<area shape="circle" coords="166, 236, 29" href="b1.htm" target="aaaa" />
<area shape="circle" coords="226, 213, 29" href="https://www.facebook.com/ninikitchen" target="_blank" />
<area shape="circle" coords="102, 230, 28" href="b2.htm" target="aaaa" />
</map>
</body>
</html>
This entry passed through the Full-Text RSS service — if this is your content and you're reading it on someone else's site, please read the FAQ at fivefilters.org/content-only/faq.php#publishers. Five Filters recommends: 'You Say What You Like, Because They Like What You Say' - http://www.medialens.org/index.php/alerts/alert-archive/alerts-2013/731-you-say-what-you-like-because-they-like-what-you-say.html
留言列表