如何指定使用HTML打开文件的方式?

时间:2014-10-11 19:58:42

标签: html

我一直想在我的计算机上创建一个个人网站,在那里我可以点击我想要的标题并让它在其尊敬的模拟器中启动游戏。我在hrefs中尝试过hrefs和hrefs但没有成功。我希望它在我的闪存驱动器上,它将是所有必要的模拟器,roms和代码。我不希望继续在每台计算机上设置默认程序。 到目前为止,这是我的代码:

<html>
  <head>
    <title>Games</title>
  </head>
  <body style="text-align:center;background-image:url('Images/background.jpg');color:#D8D8D8;link="gold" alink="green" vlink="#BDBDBD">
    </br></br></br></br></br></br></br></br></br>
    <a href="Rom/007.z64"><font style="font-size:20px;text-align:center;Font-family:Hobo Std">Golden Eye 007</font></a></br></br>
    <a href="Rom/Mario Kart 64.z64"><font style="font-size:20px;text-align:center;Font-family:Hobo Std">Mario Kart 64</font></a></br></br>
    <a href="Rom/mario64.z64"><font style="font-size:20px;text-align:center;Font-family:Hobo Std">Super Mario 64</font></a></br></br>
    <a href="Rom/Papermario.z64"><font style="font-size:20px;text-align:center;Font-family:Hobo Std">Paper Mario</font></a></br></br>
    <a href="Rom/Zelda.n64"><font style="font-size:20px;text-align:center;Font-family:Hobo Std">Legend of Zelda Ocarina of Time</font></a></br></br>
    <a href="Rom/FFXII.bin"><font style="font-size:20px;text-align:center;Font-family:Hobo Std">Final Fantasy XII</font></a></br></br>
    <div style="position:absolute;top:10px;left:540px"><h2 style="font-size:50px;text-align:center;Font-family:Hobo Std;color:#266EE1">Video Games</h2></div>
    <div style="position:absolute;top:110px;left:535px"><hr style="width:295px;height:2px;background:#266EE1"/></div>
  </body>
</html>

1 个答案:

答案 0 :(得分:0)

如果我正确理解您的问题,那么在现代浏览器中这是不可能的。链接不是为打开文件而设计的,它们旨在重定向到其他页面或下载文件。