我公司開發的HTML網站,我(使用wampserver)到現在爲止在本地測試它,我的問題是,當我點擊一個鏈接(這是本地重定向一段時間到我網站上的另一個頁面)另一個宣傳窗口是開放的?我不知道爲什麼? 我的意思是,有那種垃圾郵件或財產以後呢?宣傳的時候,我還在測試我的網站鏈接打開本地
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1, user-scalable=0" />
<title>TTS</title>
<link rel="shortcut icon" type="image/x-icon" href="css/images/favicon.ico" />
<link rel="stylesheet" href="css/test.css" type="text/css" media="all" />
</head>
<body>
<div id="allscreen">
<div id="thisCnt">
<div class="imageScreen">
<a href="ar/homeArabe.html"><img src="css/images/d.png" onMouseOver="this.src='css/images/dMouseOver.png';" onMouseOut="this.src='css/images/ar.png';" alt="" /></a>
<a href="fr/home.html"><img src="css/images/fr.png" onMouseOver="this.src='css/images/frMouseOver.png';" onMouseOut="this.src='css/images/fr.png';" alt="" /></a>
<a href="home.html"><img src="css/images/en.png" onMouseOver="this.src='css/images/enMouseOver.png';" onMouseOut="this.src='css/images/en.png';" alt="" /></a></div>
</div>
</div>
</body>
</html>
沒有看到你的代碼,這是不可能回答你的問題。 – BenM
@BenM我增加了我的代碼 – Julie
它工作正常。 –