
07/08/2012, 20:46
|
 | | | Fecha de Ingreso: septiembre-2009
Mensajes: 616
Antigüedad: 15 años, 5 meses Puntos: 15 | |
mandar variable php por href hola
estoy intentando pasar una variable php por un href
document.getElementById('menu_lista').innerHTML = '<a href="upload_anexos.php?id="+<? echo $_POST['id'];?>+"></a>';
Intente quitando la variable php dejando solo ver_demanda() y si funciono href..??
hay algun error al mandar la variable php ??
si alguien me pudiese ayudar se lo agradecería. |