Ver Mensaje Individual
  #14 (permalink)  
Antiguo 22/07/2003, 11:42
Avatar de Mickel
Mickel
 
Fecha de Ingreso: mayo-2002
Ubicación: Lima, Peru
Mensajes: 4.619
Antigüedad: 22 años
Puntos: 7
Retomando el tema para xmedia...

Si tu link actual es
http://www.xxxxx.cl/_adminxxx/mostrar_reg.php?id=2
entonces lo que harias seria esto

al final de todo el html create un form
<form action='mostrar_reg.php' method='post' name='frmlink'>
<input type='hidden' name='id' value=''>
</form>

crea una funcion en JS
<script>
function SendLink(vvar) {
frmlink.id.value=vvar;
frmlink.submit();
}
</script>

y tu link seria
<a href='javascript:SendLink(2);'>

entiendes la idea?
__________________
No tengo firma ahora... :(