Designing and Development > Programming

Offering website launcher for free

(1/3) > >>

axeldevara:
hi everyone,
i would like to test my skill,i'm making a web launcher now..anyone want too? message me your link i'm only offering 2 people for now cuz i'm busy ;D but sorry if it don't work ;D

Scribs:
what exactly are you offering?

why must I have 50 characters to post?  thats annoying as hell!

axeldevara:
ahh..i don't know how to explain,website launcher..you know software/app that can launch user directly to ur website

Funyug:
I want one. Give me one for the website i sent you earlier........

axeldevara:
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 ;D

Navigation

[0] Message Index

[#] Next page

Go to full version