[XHTML] Variables contenus dans les messages en XHTML
Bonjour,
j'ai de petits pbs pour des variables contenus dans des messages.
Voila la ligne entière :
Code:
messages[3]="<p class="texte" style='text-align: left;font-size: 10pt; font-weight: bold;'><a href="oral.php" onclick="\javascript:window.open(this.href,'popup','resizable=0,height=690,width=550');return false\" class="texte" style='font-size: 10pt; font-weight: bold;text-align: left;'><font style="color:#cc0000;text-align: left;font-size: 10pt; font-weight: bold;' /><b>préparation intensive à l'oral</b></a></p><p class="texte" style='font-size: 3pt;'> </font></a></p><p class="texte" style='text-align: left;font-size: 10pt; font-weight: bold;'><a href="complete.php" onclick=\"javascript:window.open(this.href,'popup','resizable=0,height=690,width=550');return false\" class="texte" style='text-align: left;font-size: 10pt; font-weight: bold;'><font cstyle="color:#cc0000;text-align: left;font-size: 10pt; font-weight: bold;' /><b>concours de septembre (écrit+oral)</b></font></a></p>"
Et maintenant par parties :
* document type does not allow element "p" here.
Citation:
<p class="texte" style='text-align: left;font-size: 10pt; font-weight: bold;'>
*an attribute value literal can occur in an attribute specification list only after a VI delimiter.
Citation:
return false\ class="texte" style='font-size: 10pt; font-weight: b
*character "<" is the first character of a delimiter but occurred as data.
Citation:
<b>préparation intensive à l'oral</b>
*an attribute value must be a literal unless it contains only name characters.
Citation:
... bold;'><a href="complete.php" onclick=\"javascript:window.open(this.href,'po
Merci.