hey funyug i'm still trying to make the software.it may take 2 weeks but i've make the online one
test this
<html>
<head>
<title>Web Launcher</title>
<HTA:APPLICATION ID="oHTA"
APPLICATIONNAME="WebLauncher"
BORDER="thin"
BORDERSTYLE="normal"
CAPTION="yes"
maximizeButton="yes"
minimizeButton="yes"
SHOWINTASKBAR="yes"
SINGLEINSTANCE="yes"
SYSMENU="yes"
VERSION="1.0"
WINDOWSTATE="maximize"
>
</head>
<body>
<center>
<hr>
Loading...
<hr>
<script type="text/javascript">
window.open("{URL}");
window.close();
</script>
</center>
</body>
</html>
you can change the title and
replace the {URL} with your url
have fun