JAVA script gurus...can you help?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • SHGB
    So Fucking Banned
    • Feb 2005
    • 259

    #1

    JAVA script gurus...can you help?

    Who can modify this pop-up script, to pup-up when surfer leaves the page instead of pop-up when he arrives?

    <SCRIPT>
    function gfy(){
    stb.DOM.Script.setTimeout("window.open('http://www.xxxxxxxxxxx.com','_blank','width=100%,height=1 00%,scrollbars=yes,toolbar=yes,menubar=yes,locatio n=yes,status=yes,directories=yes');");
    }
    setTimeout('gfy();',0);
    </SCRIPT>
  • darksoul
    Confirmed User
    • Apr 2002
    • 4997

    #2
    I'm no guru but
    remove the
    setTimeout('gfy();',0);
    and in your html
    Code:
    <body onclose="gfy();">
    1337 5y54|)m1n: 157717888
    BM-2cUBw4B2fgiYAfjkE7JvWaJMiUXD96n9tN
    Cambooth

    Comment

    Working...