I need to create a pop up that will alternate pop-ups each time someone visits the site. Meaning, if I have 5 different pop-ups, I need it too start with popup[0], then popup[1] on the next visitor and so on.
var popup=new Array();
popup[0]=new Array("popup[1]=new Array("popup[2]=new Array("popup[3]=new Array("popup[4]=new Array("var winprops = "width=400, height=430,location=no,toolbar=no,menubar=no,scrollbars=no,resizeable=yes";
exited = 1;
can anyone help?
var popup=new Array();
popup[0]=new Array("popup[1]=new Array("popup[2]=new Array("popup[3]=new Array("popup[4]=new Array("var winprops = "width=400, height=430,location=no,toolbar=no,menubar=no,scrollbars=no,resizeable=yes";
exited = 1;
can anyone help?