im trying to make a sort of program (not really its with html) that will run any program using links. the code im using is somewhat like this:
<html>
<body>
<font color = "white">
World of Warcraft
<br>
<a href = "C:\Program Files\World of Warcraft\Wow.exe">Play Now!</a>
</font>
</body>
</html>
so what am I missing?
<html>
<body>
<font color = "white">
World of Warcraft
<br>
<a href = "C:\Program Files\World of Warcraft\Wow.exe">Play Now!</a>
</font>
</body>
</html>
so what am I missing?