28/06/2006, 12:12
|
| | | Fecha de Ingreso: julio-2003
Mensajes: 1.773
Antigüedad: 21 años, 5 meses Puntos: 21 | |
pues yo lo uso asi.. echo "<div class=\"alineamientos_fotos\" id=\"$divnum\">\n";
//echo ("document.write('<script language=\"javascript\">');\n");
echo ("<script language=\"javascript\">\n");
//echo ("document.write('<div id=\"$divnum\">');\n");
echo ("document.write('<a href=\"$thumnail?filename=$thum_temporal2&width='+ winW+'&height='+winH+'\" rel=\"lightbox\" title=\"\">');\n");
echo ("document.write('<IMG SRC=\"$thumnail?filename=$thum_temporal&time=$tiem po&width=$width&height=$height\" WIDTH=\"$width\" HEIGHT=\"$height\" VSPACE=\"8\" class=\"thum\" onmouseover=\"this.className=\'thum_sobre\'\" onmouseout=\"this.className=\'thum_out\'\" id=\"$idimage\" >');\n");
echo ("document.write('</a>');\n");
echo ("document.write('<br>');\n");
//echo ("document.write('<span>');\n");
//echo ("document.write('<div id=\"seleccionador\">');\n");
echo ("document.write('<a href=\"captura.php?ruta_imagen=$thum_temporal&orig inal=$origen&idimagen=$divnum\" target=\"send\">');\n");
echo ("document.write('<IMG SRC=\"Images/marcar.gif\" width=\"22\" height=\"22\" border=\"0\" onClick=\"activoimage(\'$divnum\'),hideFrame()\" >');\n");
echo ("document.write('</a>');\n");
//echo ("document.write('</div>');\n");
//echo ("document.write('</span>');\n");
echo ("</script>\n");
//echo ("document.write('</script>');\n");
echo '</div>';
__________________ gerardo |