Inserer un JavaScript sous namo webeditor probleme...SVP

Inserer un JavaScript sous namo webeditor probleme...SVP - HTML/CSS - Programmation

Marsh Posté le 23-07-2003 à 10:45:01    

Slt a tous,  :hello:  
je n'arrive pas a inserer un script dans Namo WebEditor: :fou:  
 
A l'invite du script j'ai le choix entre: JavaScript,JavaScript 1.1 , JavaScript 1.2.
 
Dans la case pour taper mon script j'ai:
 
_Pour le JavaScript:
 
<!-- JavaScript
 
// - JavaScript - -->
 
 
_Pour le JavaScript 1.1 & 1.2:
 
<!--  
 
// -->
 
Et mon script est :
 
<!-- DEBUT DU SCRIPT -->
<SCRIPT LANGUAGE="JavaScript">
/*
SCRIPT EDITE SUR L'EDITEUR JAVASCRIPT
http://www.editeurjavascript.com
*/
function yaunclick()
 {
 }
function noclick(scx)
 {
 if (navigator.appName == "Netscape" && scx.which == 3)
  {
  yaunclick();
  return false;  
  }
if (navigator.appVersion.indexOf("MSIE" ) != -1 && event.button == 2)
  {
  yaunclick();
  return false;  
  }
 }
document.onmousedown = noclick
</SCRIPT>
<!-- FIN DU SCRIPT -->
 
 :heink:  
 
 
Comment dois je faire SVP ??  :jap:  :jap:  
 
Merci pour la reponse. :jap:

Reply

Marsh Posté le 23-07-2003 à 10:45:01   

Reply

Marsh Posté le 24-07-2003 à 20:27:36    

Qu'est ce que j'ai fait, pourquoi personne me repond ??

Reply

Sujets relatifs:

Leave a Replay

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