Javascript Inserticon

Javascript Inserticon - HTML/CSS - Programmation

Marsh Posté le 05-06-2007 à 22:04:09    

Hello,
 
j'ai un petit problème avec mon script, il fonctionne parfaitement sous IE mais pas sous FF?
http://jerome.monprojet.info/Nivo/gastboek_schrijf.php
 

Citation :


<script type="text/javascript">
<!--
var nom;
function inserticon(nom){
    var temps;
    temps=document.getElementById('form1').comm.value;
    temps=temps+''+nom+''
    form1.comm.value=temps;
}
//-->
</script>
 
<form id="form1" method='post' action="gastboek.php">
<div>
<table width="100%">
 <tr>
  <td>Naam</td>
 </tr>
 <tr>
   <td><input class="login2" type='text' size='22' name='naam' value='' /></td>
 </tr>
 <tr>
   <td>E-mail*</td>  
   <td><table border="1">
      <tr>
      <td align="center"><a onclick='inserticon(":-)" );'><img src='images/smileys/smiley1.gif' alt="" /></a>&nbsp;</td>
      <td align="center"><a onclick='inserticon(":-(" );'><img src='images/smileys/smiley2.gif' alt="" /></a>&nbsp;</td>
      <td align="center"><a onclick='inserticon(":-$" );'><img src='images/smileys/smiley3.gif' alt="" /></a>&nbsp;</td>
      <td align="center"><a onclick='inserticon(":-D" );'><img src='images/smileys/smiley4.gif' alt="" /></a>&nbsp;</td>
      <td align="center"><a onclick='inserticon(";-)" );'><img src='images/smileys/smiley5.gif' alt="" /></a>&nbsp;</td>
      <td align="center"><a onclick='inserticon(":-P" );'><img src='images/smileys/smiley6.gif' alt="" /></a>&nbsp;</td>
      <td align="center"><a onclick='inserticon("8-)" );'><img src='images/smileys/smiley7.gif' alt="" /></a>&nbsp;</td>
     </tr>
   </table></td>
  </tr>
  <tr>
     <td><input class="login2" type='text' size='22' name='email' value='' /></td>
  </tr>
</table>
 
<table width="100%">
   <tr>
       <td align="center"><textarea class="login2" name='comm' rows='10' cols='83%' value=""></textarea></td>
   </tr>
      <tr>
        <td align="center"><input class="button1" type='submit' value='Schrijf' /></td></tr>
</table>
</div>
</form>


Message édité par jeromeke le 06-06-2007 à 14:23:47
Reply

Marsh Posté le 05-06-2007 à 22:04:09   

Reply

Marsh Posté le 05-06-2007 à 23:37:04    

up

Reply

Marsh Posté le 06-06-2007 à 09:24:45    

y'a juste à lire la console d'erreur js de FF:

Citation :

form1 is not defined
http://jerome.monprojet.info/Nivo/gastboek_schrijf.php
Line 79

Reply

Marsh Posté le 06-06-2007 à 14:08:34    

Pourtant...
 
<form id="form1" method='post' action="gastboek.php">
 
:(

Reply

Marsh Posté le 06-06-2007 à 14:13:56    

jeromeke a écrit :

Pourtant...
<form id="form1" method='post' action="gastboek.php">
:(


Ouais bin ça c'est nawak [:dawak]
 
Soit tu utilises le name d'un form pour taper dessus via: document.nomdetonform  
Soit tu utilises l'id via le dom pour faire: document.getElementById('idDetonForm')
La deuxième méthode étant préférée...
 
Là tu fais juste n'importe quoi ;)

Reply

Marsh Posté le 06-06-2007 à 14:19:56    

Merci! Nikel!


Message édité par jeromeke le 06-06-2007 à 14:24:59
Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed