scoutwmd
07-05-2006, 17:43
Hello, I am guess that this is not a problem, but some of guy i am working with in making a block not using webpost would like to login to teamspeak from the website via block.
We are using Login Name, Nickname, and password. here is the code
<html>
<body>
<table width="112" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="140" height="10"><div align="center">Team Speak</div></td>
</tr>
<tr>
<td width="140" class="leftnavtable" align="center" valign="middle"><form name="testform">
<p>
<input name="NICKNAME" type="text" value="Nickname" size="14">
<input name="LOGINNAME" type="text" value="Login name" size="14">
<input name="PASSWORD" type="password" value="Password" size="14">
</p>
<input name="Join" type="submit" class="navlinks" id="Join" onClick="teamspeak://tspk1.voice-tgm.com:8677/?nickname='' + testform.NICKNAME.value + ''?loginname='' + testform.LOGINNAME.value + ''?password='' + testform.PASSWORD.value;" " value="Join"><input name="Clear" type="reset" class="navlinks" id="Join" value="Clear" />
</p>
</form>
</tr>
</table></body>
</html>
What is wrong with this? Please help....:mad: :mad: :mad: :mad:
We are using Login Name, Nickname, and password. here is the code
<html>
<body>
<table width="112" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="140" height="10"><div align="center">Team Speak</div></td>
</tr>
<tr>
<td width="140" class="leftnavtable" align="center" valign="middle"><form name="testform">
<p>
<input name="NICKNAME" type="text" value="Nickname" size="14">
<input name="LOGINNAME" type="text" value="Login name" size="14">
<input name="PASSWORD" type="password" value="Password" size="14">
</p>
<input name="Join" type="submit" class="navlinks" id="Join" onClick="teamspeak://tspk1.voice-tgm.com:8677/?nickname='' + testform.NICKNAME.value + ''?loginname='' + testform.LOGINNAME.value + ''?password='' + testform.PASSWORD.value;" " value="Join"><input name="Clear" type="reset" class="navlinks" id="Join" value="Clear" />
</p>
</form>
</tr>
</table></body>
</html>
What is wrong with this? Please help....:mad: :mad: :mad: :mad: