Hola a todos, quiero preguntarles como abro varias páginas que se le pasan distintos parámetros desde un mismo enlace?
me baje este código y lo probé pero no me funciona??
y en el <head></head> coloque:
<script language="javascript">
function abrir2Ventanas()
{
window.open("pagina.html","prueba1", "width=385,height=180,top=0,left=0',status,toolbar =1,scrollbars,location");
window.open("pagina1.html","prueba2","width=385,he ight=180,top=0,left=395,status,toolbar=1,scrollbar s,location");
}
</script>
y el enlace:
<a href="javascript
:abrir2Ventanas()">prueba</a>
me podrían ayudar ?? o decirme como hacer la carga a varias páginas distintas? desde el botton del formulario o desde el enlace??
si pueden ayudarme gracias