Ver Mensaje Individual
  #6 (permalink)  
Antiguo 17/08/2007, 09:35
Avatar de Sandino
Sandino
 
Fecha de Ingreso: octubre-2006
Mensajes: 277
Antigüedad: 18 años, 4 meses
Puntos: 1
Re: Javascript y php

Código HTML:
function foto(".$id."){
	  URL='mostrar.php';
	  txtOculto=$id;
	  URL+='?id=' + txtOculto;
	  window.open(URL,'ventana1','width=810, height=350, scrollbars=yes, menubar=no, location=no, resizable=yes')
	  }
Mira lo puse asi y me sale el mismo error, sorry pero estoy aprendiendo.Espero me ayuden gracias