xkamui Their Destiny Was Foreordained | oki pour la variable w.
par contre pour les autres, je ne comprend pas trop, puisque je passe mes variables par un lien, comme suit : script js : Code :
- function maxi_size(w,h,pic,ref){
- var z=window.open('maxi.php?ref=' + ref + '&pic=' + pic, 'maxisize', 'width=' + w + ',height=' + h + ',directories=no,menubar=no,status=no,location=no,scrollbars=no,resizable=no');
- z.document.close;
- z.focus();
- }
|
dans l'html : Code :
- <tr>
- <td class="td-cat-pic0"><a href="/url/shopping/shopping.php" onclick="maxi_size(370,283,'divx.jpg',1058940602); return false;"><img src="../../img/shopping/catalogue/1058940602/th_divx.jpg" alt="Agrandir" border="0" /></a></td>
- <td class="td-cat-txt0">321<br /></td>
- <td class="td-cat-prix0"></td>
- </tr>
- <tr>
- <td class="td-cat-pic1"><a href="/url/shopping/shopping.php" onclick="maxi_size(690,516,'ekklo2.jpg',1058940602); return false;"><img src="../../img/shopping/catalogue/1058940602/th_ekklo2.jpg" alt="Agrandir" border="0" /></a></td>
- <td class="td-cat-txt1">654<br /></td>
- <td class="td-cat-prix1"></td>
- </tr>
|
|