Ver Mensaje Individual
  #3 (permalink)  
Antiguo 17/05/2015, 00:20
lalundonde
 
Fecha de Ingreso: octubre-2014
Ubicación: ahora en santiago, por unos dias.
Mensajes: 7
Antigüedad: 9 años, 6 meses
Puntos: 0
Respuesta: variable java en base de datos

he seguido tu consejo, gracias, me fue util.

para quienes lleguen aquí les cuento que la solucion fue así:

envié por get el valor de esta forma

<input type="button"onclick="window.open('/pagina.php?variable=' + jwplayer().getPlaylistItem().title)">

tambien me funciono

<input type="button" onclick="window.location.href = 'pagina.php?variable=' + jwplayer().getPlaylistItem().title;">