lien entre fentres avec variables... - PHP - Programmation
Marsh Posté le 10-06-2004 à 09:50:29
echo "<img src=\"monimage.jpg\" onclick=\"window.open('page.php');\">";
renvoie
<img src="monimage.jpg" onclick="window.open('page.php');">
Marsh Posté le 10-06-2004 à 09:52:41
merci je ne connaissais pas le \"
c cool...
Marsh Posté le 10-06-2004 à 09:43:59
salut a tous....
petite question:
je connais
<?php
echo "<a href='detail.php?det=$dat' target='_blank'><img src='feuvertsurorange.bmp' border=0 width=25 height=45 ;'></a>" ?>
je connais
<div id='ldheclign' name='ldheclign' style='position:absolute;left:360px;top:20px;width:101px;height:36px;' align='left' valign='top'>
<img id='clign' name='clign' src='files/alerte1.bmp' style=cursor:help; border='0' width='101' height='36' onmouseover="jsShow('Label16',1);return false;" onmouseout="jsShow('Label16',0);return false;" onclick="window.open('page.php');"></img></div>
mais jaimerai faire un mélange des 2....
problème entre " et '.... comment faire..??
merci
---------------
yop yop