metos ҉ OOoo hi-lo powered | perso je fais ca :
desolé jlb,
c est du HS sur graphisme (je sais)
Code :
- function imgprop($fich, $fichs, $typ, $larg)
- {
- if($larg=="" )
- {
- $larg="120";
- }
- $tail = getimagesize($fich);
- $w = $tail[0];
- $h = $tail[1];
- $ww = $tail[0] + 20;
- $hh = $tail[1] + 20;
- if($typ=="txt" )
- {
- if(($w > 800) | ($h > 600))
- {
- echo '<a href="#" onClick="' . "open('" . $fich . "', "','','width=820,height=620,scrollbars=yes,resizable=yes')" . '">' . $fichs . '</a>';
- }
- else
- {
- echo '<a href="#" onClick="' . "open('" . $fich . "', "','','width=" . $ww . ",height=" . $hh . ",scrollbars=on,resizable=yes" . "')" . '">' . $fichs . '</a>';
- }
- }
- else
- {
- if(($w > 800) | ($h > 600))
- {
- echo '<a href="#" onClick="' . "open('" . $fich . "', "','','width=820,height=620,scrollbars=yes,resizable=yes')" . '"><img src="' . $fichs . '" border=0 width=' . $larg . '></a>';
- }
- else
- {
- echo '<a href="#" onClick="' . "open('" . $fich . "', "','','width=" . $ww . ",height=" . $hh . ",scrollbars=on,resizable=yes" . "')" . '"><img src="' . $fichs . '" border=0 width=' . $larg . '></a>';
- }
- }
- }
|
commentaire sur demande Message édité par metos le 02-09-2002 à 22:39:32 ---------------
icite ca shoot : albphoto.fr // la ca bricole : albworkshop.fr // A VENDRE Canon ST-E2
|