Ver Mensaje Individual
  #4 (permalink)  
Antiguo 12/06/2008, 10:39
Avatar de hulray
hulray
 
Fecha de Ingreso: septiembre-2006
Mensajes: 630
Antigüedad: 17 años, 7 meses
Puntos: 3
Respuesta: Guardar y imprimir

no me funciona, mira asi quedo

Código PHP:
  echo "<table width=\"100%\" border=0 cellpadding=4 cellspacing=0>";
      echo 
"<tr>"
          
."<td class=\"boxtext\" ><span class=\"boxtext\"><br>"
          
."</td>"
          
."<td class=\"boxtext\" align=\"center\">"
          
."  <input type=\"submit\" name=\"submit_datos\" value=\"Enviar\" onclick=\"'javascript:window.print()'\"/></span>"
          
."</td>"
          
."</tr>";
  echo 
"</table>"