OK im trying to make like 3 pop ups come when someone exit’s my site but only one is coming up y the hell is that im puttin them in my head tage ill show u the codeing if anyone can help id appreciate it a lot. their all same links cuz i dont want to post my links on here but anyways i have 3 diff links and only the last codein site comes up how can i mkae all 3 of the site pop up when someone exits?
<SCRIPT LANGUAGE=“JavaScript”>
function leave() {window.open(‘http://www.domain.com’,’’,config=‘height=800, width=650, toolbar=no, menubar=no, scrollbars=no, resizable=no, location=no, directories=no, status=no’);}
</SCRIPT>
<SCRIPT LANGUAGE=“JavaScript”>
function leave() {window.open(‘http://domain.com?ergs=1+322946+mt3+ddl’,’’,config='height=800, width=650, toolbar=no, menubar=no, scrollbars=no, resizable=no, location=no, directories=no, status=no’);}
</SCRIPT>
<SCRIPT language=“JavaScript”>
<!–
myWindow=window.open('http://www.domain.com,‘windowName’,‘width=500, height=400 scrollbars=no, location=no, status=no, resizable=no, toolbar=no, menubar=no’);
self.focus();
if (!myWindow.opener) myWindow.opener = self;
// -->
</SCRIPT>