Ver Mensaje Individual
  #2 (permalink)  
Antiguo 27/01/2013, 19:20
Avatar de rottenp4nx
rottenp4nx
 
Fecha de Ingreso: octubre-2012
Ubicación: Santiago
Mensajes: 417
Antigüedad: 12 años, 5 meses
Puntos: 36
Respuesta: imprimir el id a un texbox en php

No creo que se pueda en PHP, pero sí en Javascript/Jquery

Código Javascript:
Ver original
  1. var a = document.getElementById("txtpregunta").getAttribute("id");
ó
Código Javascript:
Ver original
  1. var x = $("#txtpregunta").attr("id")

Saludos