14/09/2013, 22:23
Bonjour,
Je viens car j'ai un soucis avec mon codage html de formulaire de connexion avec coolsmile.
Voila pour mon codage de formulaire
Et voila pour la modif java. Et cela ne fonctionne pas. Pouvez vous m'aider ?
Je viens car j'ai un soucis avec mon codage html de formulaire de connexion avec coolsmile.
Code :
<form action="http://site.extension/Java/index.php" method="post" class="Cadre" onsubmit="this.target = new Date().getMilliseconds(); w = window.open('', this.target, 'scrollbars=yes , menubar=no, toolbar=no, resizable=yes, screenX=50, screenY=50, width=900, height=700'); if (w != null && !w.closed) w.focus(); else this.target = '_top'; return(true);" name="connexion"><b> </b>
<table>
<td width="111" height="25" align="right"><b>Pseudo :</b> </td>
<td width="200" height="25" align="left"><input type="text" name="pseudo" class="inputtxt" placeholder="Votre pseudo" autocomplete="on" required="required" maxlength="20" autofocus="autofocus"/></td>
<tr>
<td height="25" align="right"><b>Mot de passe :<FONT SIZE=2> </br>(si enregistré)</font></b></font></td>
<td height="25" align="left"><input type="password" name="pass" type="password" class="inputtxt" placeholder="Votre mot de passe"/></td>
</tr>
<td width="111" height="25" align="right"><b>Age :</b> </td>
<td width="200" height="25" align="left"><input type="text" size="2" name="age" class="inputtxt" placeholder="Age" autocomplete="on" required="required" maxlength="2" /></td>
<tr>
<tr>
</br>
<td width="111" height="25" align="right"><b>Sexe :</b> </td>
<td width="200" height="25" align="left"> <input type="radio" name="sexe" value="H"autocomplete="on" required="required" maxlength="2" /><b>Homme</b> </ td>
<width="200" height="25" align="center"><input type="radio" name="sexe" value="F"><b>Femme</b>
<tr>
<td height="25" align="right"><b>Ville : </b></td>
<td width="200" height="25" align="left"><input type="text" name="ville" class="inputtxt" placeholder="Votre Ville" autocomplete="on" required="required" maxlength="20" /></td>
<tr>
<td height="25" align="right"><b>salon : </b></td>
<td height="25" align="left"><label for="select"></label>
<select name="salon" id="select">
<option value="#Accueil">Accueil</option>
<option value="#Quizz">Quizz</option>
</select></td>
<tr><td colspan="2" align="center"><input type="submit" value="Entrer sur le tchat"></td></tr>
</table>
</form>
Code :
<HTML><HEAD><link href="style.css" rel="stylesheet" type="text/css" />
<TITLE>Oxy-Radio</TITLE>
</HEAD>
<BODY style="background-color: #000000; margin: 0px; overflow: hidden;">
</object></div>
<CENTER>
<APPLET name="coolsmile" code="EIRC.class" width="100%" height="100%">
<PARAM name="archive" value="EIRC.jar,EIRC-cfg.jar">
<PARAM name="cabbase" value="EIRC.cab,EIRC-cfg.cab">
<PARAM name="server" value="irc.XXXXX">
<PARAM name="port" value="6667">
<PARAM name="irc_pass" value="">
<PARAM name="font_name" value="Helvetica">
<PARAM name="font_size" value="11">
<PARAM name="language" value="">
<PARAM name="mainbg" value="#F4FAF9">
<PARAM name="mainfg" value="#000000">
<PARAM name="textbg" value="#FFFFFF">
<PARAM name="textfg" value="#000000">
<PARAM name="selbg" value="#00EFCF">
<PARAM name="selfg" value="#000000">
<PARAM name="join" value="">
<PARAM name="username" value="cool">
<PARAM name="realname" value="20 H Coolsmile">
<PARAM name="nickname" value="<? echo $nickname; ?>">
<PARAM name="nicksrv_pass" value="">
<PARAM name="login" value="1">
<PARAM name="asl" value="1">
<PARAM name="spawn_frame" value="0">
<PARAM name="width" value="1250">
<PARAM name="height" value="450">
<PARAM name="write_color" value="black">
<PARAM name="debug_traffic" value="0">
<PARAM name="boxmessage" value="Please wait while loading chat box...">
<PARAM name="boxbgcolor" value="">
<PARAM name="boxfgcolor" value="black">
<PARAM name="progressbar" value="true">
<PARAM name="progresscolor" value="white">
<B>You must enable or <A HREF="http://www.java.com">Vous n'avez pas java, sans java vous ne pourrez pas accéder au t'Chat, téléchargez Java en cliquant sur ce lien</A></B>
</APPLET>
</CENTER>
<?