ciao Raga,
ho un problemino strano...
codice:<% set Rs = conn.execute("SELECT * FROM ordini") do while not rs.eof if (cdate(rs("promemoria")) <= date()) and rs("stato")<>"Annullato" and rs("stato")<>"Evaso" then 'and (Session ("sessionuser") = "GGUIDA" or Session ("sessionuser") = "GRAZIOLIB")decidere se inserire solo anche mod e admin idt = idt & rs("id")&" " end if rs.movenext 'response.Write idt loop if idt <>"" then %> <script LANGUAGE="JavaScript" type="text/javascript" > var idt = "<%=idt%>"; window.open ("/promemoria.asp?id="+idt,"Promemoria","scrollbars=no,width=400,height=300,top=200,left=200" ) </script> <% end if rs.close set rs = nothing %> <% set Rs = conn.execute("SELECT * FROM consegne") do while not rs.eof if (cdate(rs("promemoria")) <= date()) and rs("stato")<>"Annullato" and rs("stato")<>"Evaso" then 'and (Session ("sessionuser") = "GGUIDA" or Session ("sessionuser") = "GRAZIOLIB")decidere se inserire solo anche mod e admin idt1 = idt1 & rs("id")&" " end if rs.movenext loop if idt1 <>"" then 'response.Write idt1 %> <script LANGUAGE="JavaScript" type="text/javascript" > var idt1 = "<%=idt1%>"; window.open ("/promemoriacons.asp?id1="+idt1,"Promemoria Consegne Clienti","scrollbars=no,width=400,height=300,top=300,left=300" ) </script> <% end if rs.close set rs = nothing conn.Close set conn = nothing %>
il primo pop-up mi si apre mentre il secondo no....con ie invece con firefox mi si aprono tutti e due...
:master:

Rispondi quotando

