![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
06/02/2002, 12:39
|
| | Fecha de Ingreso: agosto-2001
Mensajes: 5
Antigüedad: 23 años, 6 meses Puntos: 0 | |
Re: Java Script y PHP Andas muy mal en tus clases de PHP TU LOGICA NO CONCUERDA
ESTA ES UNA FORMA MUY SENCILLA DE UTILIZAR JAVA SCRIPT EN SENTENCIAS PHP
<?php
if (file_exists("imagenes/$Id.jpg"))
{
echo"&nbsp;&nbsp;<a href=\"#\" onClick=\"AbreVentana2('imagen.php?Id=$Id& ;Descripcion=$Descripcion&Titulo=$Titulo','nue va','menubar=no,resizable=no,width=420,height=350' )\"><font size=\"1\" face=\"Verdana, Arial, Helvetica, sans-serif\" color=\"#000000\">";
echo"<b><img src=\"imagenes/$Id.jpg\" width=\"117\" height=\"84\" border=\"0\"></b></font></a><br>";
}
?>
ESPERO HABER SIDO CLARO |