09/10/2006, 05:09
|
| | Fecha de Ingreso: septiembre-2004
Mensajes: 106
Antigüedad: 20 años, 3 meses Puntos: 0 | |
KarlanKas te coloco el codigo, este solo me sirve para IE.
<script language="javascript">
function twoframes(categoria12,codigo)
{
top.frames('menu1').location.href="mostrar.php?cat egoria="+ categoria12+"&titulo="+categoria12;
top.frames('galeria').location.href="pantalla2.php ?ident="+codigo;
}
</script>
<a href="javascript:twoframes('<?=$categoria12?>',' <?=$codigo?>' )"> |