alexandervba
08-10-2007, 00:13
Well i saw a form like this on invisionfree forum, and id like to make a form like that. Does any1 know how?
http://img515.imageshack.us/img515/301/teamspeakautoconnectkl8.png (http://imageshack.us)
It worked like, when u enter username and press START. It will go to the default directory C:\Program Files\Teamspeak2_RC2\Teamspeak.exe and connect to a server with the username u enterred.
Does any1 know how to make something like that?
maybe this code helps, i got it as well:
The code on the forum was:
<iframe width="250" height="80" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" src="http://irc.european-elites.net/ee/ts.html"></iframe>
And the scource code of http://irc.european-elites.net/ee/ts.html was:
<form name="tsform">
NICKNAME: <input type="text" name="NICKNAME">
<br />
<input type="button" value="Connect To TS" onClick="location.href='teamspeak://ts.european-elites.net:8773/nickname=' + tsform.NICKNAME.value + '?password=eeftw'">
</form>
http://img515.imageshack.us/img515/301/teamspeakautoconnectkl8.png (http://imageshack.us)
It worked like, when u enter username and press START. It will go to the default directory C:\Program Files\Teamspeak2_RC2\Teamspeak.exe and connect to a server with the username u enterred.
Does any1 know how to make something like that?
maybe this code helps, i got it as well:
The code on the forum was:
<iframe width="250" height="80" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" src="http://irc.european-elites.net/ee/ts.html"></iframe>
And the scource code of http://irc.european-elites.net/ee/ts.html was:
<form name="tsform">
NICKNAME: <input type="text" name="NICKNAME">
<br />
<input type="button" value="Connect To TS" onClick="location.href='teamspeak://ts.european-elites.net:8773/nickname=' + tsform.NICKNAME.value + '?password=eeftw'">
</form>