<html>
<head>
<title>News n Events</title>
<link rel="stylesheet" href="stylesheet.css">
</head>
<body bgcolor="#636363'>
<div class="newsEvents">
<div id="news">
<table cellspacing="0" cellpadding="0"><tr>
<td class="title">
<img src="news.png" /> <a target="_blank" href="http://forum.tribalro.com/showthread.php?tid=1">Server Information</a>
</td>
</tr><tr>
<td class="title">
<img src="news.png" /> <a target="_blank" href="http://forum.tribalro.com/showthread.php?tid=1">Lorem ipsum dolor sit amet, consectetur adipisicing elit</a>
</td>
</tr><tr>
<td class="title">
<img src="events.png" /> <a target="_blank" href="http://forum.tribalro.com/showthread.php?tid=1">Lorem ipsum dolor sit amet, consectetur adipisicing elit</a>
</td>
</tr><tr>
<td class="title">
<img src="news.png" /> <a target="_blank" href="http://forum.tribalro.com/showthread.php?tid=1">Lorem ipsum dolor sit amet, consectetur adipisicing elit</a>
</td>
</tr><tr>
<td class="title">
<img src="news.png" /> <a target="_blank" href="http://forum.tribalro.com/showthread.php?tid=1">Lorem ipsum dolor sit amet, consectetur adipisicing elit</a>
</td>
</tr><tr>
<td class="title">
<img src="update.png" /> <a target="_blank" href="http://forum.tribalro.com/showthread.php?tid=1">Lorem ipsum dolor sit amet, consectetur adipisicing elit</a>
</td>
</tr><tr>
<td class="title">
<img src="update.png" /> <a target="_blank" href="http://forum.tribalro.com/showthread.php?tid=1">Lorem ipsum dolor sit amet, consectetur adipisicing elit</a>
</td>
</tr><tr>
<td class="title">
<img src="news.png" /> <a target="_blank" href="http://forum.tribalro.com/showthread.php?tid=1">Lorem ipsum dolor sit amet, consectetur adipisicing elit</a>
</td>
</tr></table>
</div>
</div>
</body>
</html>
这有什么不对吗?因为另一个代码确实打开了Firefox(默认浏览器),但是它由软件打包并且它们只进行重定向,这是我对index.html不做同样的唯一原因,因为它是新闻和放大器。事件页面,必须保持更新,但这一个,写在一个记事本,一个html文件,我不知道这怎么可能发生,非常奇怪。
我想尝试打开默认浏览器而不是Internet Explorer。
答案 0 :(得分:0)
他们最有可能使用Internet Explorer ActiveX组件来实现Web浏览器功能。他们可以修复它以在默认浏览器中打开链接,但默认情况下只是打开IE,显然 - 当您点击链接时Chrome也会在Chrome中打开一个新标签,而不是使用默认浏览器:)
这与HTML无关,因此代码和标签并不合适。这完全取决于托管环境。