Need help

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>

Umm… The fact that you wanna make pop ups like that entails that you wanna do something to piss people off… As far as I know… If you wanted to do that you’d have to make a pop up… Then inside of that pop up… have it call another pop up… And then inside of that new pop up… Have it call the third pop up…

But I’d highly suggest steering away from this as it will just piss people off.

playamarz :player:

popups tend to make computers freeze, and lag, and they also make the viewers not want to go back. but wait until i get home and i will add the link

Heres what the HTML source code would look like, just download the attached file!