[HTML] Lien sur channel precis du Teamspeak

Fermé
Kurt59 - 30 mai 2007 à 09:06
 kurt - 31 mai 2007 à 17:09
Salut à tous,

Donc voila j'ai trouve comment faire un lien d'une page HTML vers un serveur Teamspeak....

Mais:

Ma question est la suivante..... Puis-je precisé dans ma page HTML dans quel salon il doivent aparaitre???

Merci

Ma page:


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" lang="fr">
<head>
<title>TeamSpeak Frenchie-Fresh</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<style type="text/css">
<!--
.Style2 {color: #FFFFFF}
body {
background-color: #0066CC;
margin-left: 100px;
margin-top: 100px;
margin-right: 100px;
margin-bottom: 100px;
}
.Style3 {
font-size: 24px;
color: #FFFFFF;
}
.Style4 {
color: #FFFFFF;
font-size: 30px;
font-family: Arial, Helvetica, sans-serif;
}
-->
</style>
</head>
<body>
<p align="center" class="Style4"> </p>
<div align="center">
<table width="500" height="71" border="1">
<tr>
<th scope="col"><span class="Style4">Connection au serveur Teamspeak<br />
de la communaute Frenchie Fresh</span></th>
</tr>
</table>
<p> </p>
</div>
<p align="center" class="Style2"><strong>Veuillez choisir votre pseudo: </strong></p>
<form action="teamspeak://91.121.25.61:8767/?Nickname=" method="get">
<p align="center">
<input type="text" name="Nickname" /> <input type="submit" value="Valider" />
</p>
</form>
<p align="center" class="Style3">A tout de suites</p>
</body>
</html>
A voir également:

1 réponse

up
1