[php/javascript] pourquoi ce code ne marche pas???

pourquoi ce code ne marche pas??? [php/javascript] - Programmation

Marsh Posté le 27-02-2002 à 12:46:26    

<?php
$s=$annotation.$ORF;
print "<body bgcolor=\"#FFFFFF\" text=\"#000000\" ONLOAD=\"window.open(\"$s\",'',
'scrollbars=yes,resizable=yes,width=915,heigh
t=615';)\">";
?>
 
bon évidemment, $s contient une adresse http valide, j'ai vérifié, mais j'ai l'impression que le onload ne fonctionne pas! une idée????
 
merci! :jap:

Reply

Marsh Posté le 27-02-2002 à 12:46:26   

Reply

Marsh Posté le 27-02-2002 à 13:05:37    

arghbis a écrit a écrit :

<?php
$s=$annotation.$ORF;
print "<body bgcolor=\"#FFFFFF\" text=\"#000000\" ONLOAD=\"window.open(\"$s\",'',

 

'scrollbars=yes,resizable=yes,width=915,heig
h
t=615';)\">";
?>




 
essaye avec des ' autour de $s: ONLOAD=\"window.open('$s','&#
039;,
'scrollbars=yes,resizable=yes,width=915,heig
h
t=615';)\">";
 
l'interpréteur html doit finir le onload juste après ta (.
 
A+
Dropsy

Reply

Marsh Posté le 27-02-2002 à 13:16:01    

ouaip, ça marche!! merci!!

Reply

Sujets relatifs:

Leave a Replay

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