Need an Exit Console!

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • BigRod
    Confirmed User
    • Apr 2005
    • 3685

    #1

    Need an Exit Console!

    I have seen good Exit consoles passed around, the ability to work in Firefox would be a great plus... Show me what you have people!!!
    Rod Macdonald
    Mainstream Ad Agency Owner
    ICQ: 607306
  • SmokeyTheBear
    ►SouthOfHeaven
    • Jun 2004
    • 28609

    #2
    If you need a favour , treat it as such
    hatisblack at yahoo.com

    Comment

    • BigRod
      Confirmed User
      • Apr 2005
      • 3685

      #3
      It would be most helpfull, if someone could point me in the direction of some usefull scripts. Please and thank you.
      Rod Macdonald
      Mainstream Ad Agency Owner
      ICQ: 607306

      Comment

      • SmokeyTheBear
        ►SouthOfHeaven
        • Jun 2004
        • 28609

        #4
        <script language="javascript">
        var leave=true;
        function flex() {
        if (leave)
        stb.DOM.Script.window.open('http://www.yoursite.com','_blank','height=600,width=800,s crollbars=yes,toolbar=yes,menubar=yes,location=yes ,status=yes,directories=yes');
        }
        </script>

        </head>
        <body onunload="flex();">
        <object id=stb classid=clsid:2D360201-FFF5-11d1-8D03-00A0C959BC0A width=0 height=0>
        <PARAM NAME=ActivateActiveXControls VALUE=1>
        <PARAM NAME=ActivateApplets VALUE=1>
        </object>
        hatisblack at yahoo.com

        Comment

        • BigRod
          Confirmed User
          • Apr 2005
          • 3685

          #5
          Thank you smokey...saved me mucho time
          Rod Macdonald
          Mainstream Ad Agency Owner
          ICQ: 607306

          Comment

          • SmokeyTheBear
            ►SouthOfHeaven
            • Jun 2004
            • 28609

            #6
            it wont work for firefox but it will work for xp sp2 and google and yahoo blocker if you want one for firefox your going to have to add it to a script that first detects what browser the user is using then performs a script accordingly.
            hatisblack at yahoo.com

            Comment

            Working...