Salve qualcuno può aiutarmi con mozilla firefox funziona mentre con internet explore no
Grazie mille!!
<?php
//<table width="100%" border="0" cellspacing="4" cellpadding="0">
?>
<tr>
<td colspan="3" bgcolor="#FFCC00">[img]./images/null.gif[/img]</td>
</tr>
<tr>
<td rowspan="2" valign="top" align="center" width="5%">
<?php
if(file_exists("negozi/imgprodotti/" .$IDprodottoDB[$i]. "T.jpg"))
{
$filebig1="negozi/imgprodotti/" .$IDprodottoDB[$i]. ".jpg";
list($width, $height, $type, $attr)=getimagesize($filebig1);
echo "<a href=\"javascript:Show_Img('" .$filebig1. "', '" .($width+10). "', '" .($height+10). "')\">";
echo "<img src=\"negozi/imgprodotti/" .$IDprodottoDB[$i]. "T.jpg\" border=\"0\" title=\"" .assl($prodottoDB[$i]). "\" alt=\"" .assl($prodottoDB[$i]). "\">";
echo "</a>";
} else
{
echo "<img src=\"negozi/noimg.jpg\" border=\"0\" alt=\"\">";
}
?>
</td>
<td valign="top" colspan="2">
<?php echo $prodottoDB[$i]; ?>
<?php echo $categoriaDB[$i].$sottocategoriaDB[$i]; ?>
<?php echo $descrizioneDB[$i]; ?>
</td>
</tr>
<tr>
<td width="50%">Prezzo:
<?php echo numview($prezzoPDB[$i]). " " .$valutaPDB[$i]; ?>
</td>
<td align="right">
<?php
if(!empty($numerocardDB))
{
echo "<input type=\"button\" name=\"Button" .$i. "\" value=\"Acquista\" onclick=\"Javascript:addchart(" .$IDprodottoDB[$i]. ")\">";
}
?></td>
</tr>
<tr>
<td colspan="3" bgcolor="#FFCC00">[img]./images/null.gif[/img]</td>
</tr>
<?php
//</table>
?>