15-10-2005 a 22:13, remidavid :
bonjour jai un ircd si vous voulez vous pouvez y créer un salon et meme y instaler un formulaire de conéxion directement sur votre site.. vous pouvez
voir un exemple clique ici
[ Ce message a ete modifié par : : remidavid le 15-10-2005 22:37 ]
voici le script
remplacer les ????????????? dans le script pas un nom de chat
<form action="http://tchatix.exolia.net/radio2.php" method="post" target="_top" onSubmit="this.target = new Date().getMilliseconds(); w = window.open('', this.target, 'scrollbars=yes, menubar=no, toolbar=no, resizable=yes, screenX=50, screenY=50, width=770 height=390'); if (w != null && !w.closed) w.focus(); else this.target = '_top'; return(true);">
<table width="317" border="1">
<tr>
<th width="52" scope="col">pseudo:</th>
<th width="249" scope="col"><div align="left">
<input name="nickname" type="text" id="nickname" value="pseudo">
</div></th>
</tr>
<tr>
<td>mot de passe: </td>
<td><input name="pass" type="password" id="pass">
pour les inscrit (admin aop hop ect) </td>
</tr>
<tr>
<td>age:</td>
<td><input name="age" type="text" id="age" size="2" maxlength="2">
<input name="chan" type="hidden" id="chan" value="?????????????"></td>
</tr>
<tr>
<td>sexe:</td>
<td>homme
<input type="radio" name="sexe" value="h">
femmes
<input type="radio" name="sexe" value="f">
fantome
<input type="radio" name="sexe" value="?"></td>
</tr>
<tr>
<td>carte de visite: </td>
<td><p>
<input name="ville" type="text" id="ville">
</p>
<p>
<input type="submit" name="Submit" value="Envoyer">
</p></td>
</tr>
</table>
</form>
</body>
</html>