Bonsoir, j'ai le code suivant :

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
if( texte == "Lancer" )
parent.frames['Page'].location.href='Pages/Auxicom.php'
 
 
 
dossier.Add( "Images/Auxicom.gif", "Lancer", "Noeuds", "NoeudsOver", "OnClickFichier" )
Ma fonction réagit correctement ! Par contre si je fais :

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
if( texte == " Lancer" )
parent.frames['Page'].location.href='Pages/Auxicom.php'
 
 
 
dossier.Add( "Images/Auxicom.gif", " Lancer", "Noeuds", "NoeudsOver", "OnClickFichier" )
La ça fonctionne pas !! si quelqu'un sait pourquoi...je pense que c'est tout bête !