La paginetta di sotto l'ho trovata in rete. Dovrebbe aprire una finestra e così fanno i browser seri; ma non IE11 che ne apre due, dopo aver tolto il blocco popup, naturalmente
codice:<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title></title> <script> function apri() { var w = window.open("a.aspx", "test", "resizable=no,scrollbars=yes,width=260,height=225"); w = window.open("b.htm", "test", "resizable=no,scrollbars=yes,width=260,height=225"); } </script> </head> <body> <input id="Button1" type="button" value="button" onclick="apri();" /> </body> </html>



Rispondi quotando