• 0

closing popups some help


Question

<script language="JavaScript">win155 = window.open('','cons723'); win155.blur();self.focus();var url = "http://" + self.location.host;var file = "/locmntl/hotfreebies.html";if (win155.document.URL.indexOf(url) == -1) { win155.location.href = url + file; }

ok thats the script that makes the popup

i forgot how do i call a window to close?

anyone know if this would work

<script>

function killer()

window.close('/locmnt/hotfreebies.html')

<script/>

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

Hmmm...i believe i have seent this JavaScriot before somewhere. I can't remember exactly how it is you close the window besides the obviouse Alt+F4.

check out this Java site ((thousands of scripts) may be able to help you.

Regards

:bandit: PsYcHo :bandit:

Link to comment
Share on other sites

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.