hidding url in the taskbar...

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • zentz
    Confirmed User
    • Nov 2003
    • 8062

    #1

    hidding url in the taskbar...

    what is the script for hidding (or replacing with some text) url display in the taskbar ?
    Programs that owe me money ---- Epassporte.com ~ $2700 | Protraffic.com ~ $2600 | XonDemand.com ~ $3000

    Email: [email protected]
  • MikeXAMO
    Confirmed User
    • Mar 2002
    • 660

    #2
    um - you cant. You can pop a window and not show the Address bar, but you cant replace it with arbritrary text. If so, that would be a security hole I've never ever seen before.
    Xamo Entertainment
    Xamo.com | EZSets.com

    ICQ: 9439118 MSN: mikeb [at] xamo.com Tollfree: 800-544-XAMO
    XXX CMS - Designed by Adult Webmasters, for Adult Webmasters.

    Comment

    • zentz
      Confirmed User
      • Nov 2003
      • 8062

      #3
      ive found this
      "<SCRIPT language=JavaScript><!--
      function clockTick() {
      currentTime=new Date();window.status=" .....some text goes here.....";
      setTimeout("clockTick()",2); }
      clockTick();
      //-->
      </SCRIPT>"
      Programs that owe me money ---- Epassporte.com ~ $2700 | Protraffic.com ~ $2600 | XonDemand.com ~ $3000

      Email: [email protected]

      Comment

      • nico-t
        emperor of my world
        • Aug 2004
        • 29903

        #4
        well i use this one my site:

        <script language="Javascript">
        function statushide(){
        window.status='Done'
        return true
        }
        if (document.layers)
        document.captureEvents(Event.MOUSEOVER | Event.MOUSEOUT)
        document.onmouseover=statushide
        document.onmouseout=statushide
        </script>

        Comment

        • nico-t
          emperor of my world
          • Aug 2004
          • 29903

          #5
          by the way the 'Done' u see there in the code is just the text that will be in the status bar. U can replace it by any other text.

          Comment

          • Relish XXX
            Confirmed User
            • Dec 2004
            • 4904

            #6
            <a href="http://www.relishxxx.tv/videos" OnMouseover="window.status='http://www.relishxxx.tv';return true;" OnMouseout="window.status=' ';">

            This one works quite well. The URL they are going to is http://www.relishxxx.tv/videos and the URL displayed is http://www.relishxxx.tv

            Comment

            • LiveDose
              Show Yer Tits!
              • Feb 2002
              • 25792

              #7
              Originally posted by MikeXAMO
              um - you cant. You can pop a window and not show the Address bar, but you cant replace it with arbritrary text. If so, that would be a security hole I've never ever seen before.

              I think he is talking about the status bar not address bar. However someone posted that exact address bar security flaw last week. Fucked up shit.

              The wild wild west!

              Scammer Alert: acer19 acer [email protected] [email protected] Money stolen using PayPal

              Comment

              Working...