How can I stop showing URLs at bottom of browser?

Discussion in 'HTML & Website Design' started by Michel Z., Mar 2, 2006.

  1. #1
    I would like to stop showing URLs at bottom of browser in following cases:

    1. When someone moves with mouse to images on my site to click, I don't want to show at bottom of browser my 'affiliate' URL! How can I do that?

    2. When visitors coming to my site, I also don't want to show URLs at bottom of browser when my site is downloading!

    How can I do above mentioned? Which code do I need to add?

    Many thanks!
     
    Michel Z., Mar 2, 2006 IP
  2. jestep

    jestep Prominent Member

    Messages:
    3,659
    Likes Received:
    215
    Best Answers:
    19
    Trophy Points:
    330
    #2
    Try this for the links:

    <a href="yourlink.com" onMouseOver="window.status='text of custom message'; return true">linking text</a>

    Doesn't work in all browsers.
     
    jestep, Mar 3, 2006 IP
  3. amitpatel_3001

    amitpatel_3001 Results Follow Patience

    Messages:
    14,074
    Likes Received:
    1,178
    Best Answers:
    0
    Trophy Points:
    430
    #3
    It works jestep but not in firefox.
    I dont think there is any option for firefox :(
     
    amitpatel_3001, Mar 3, 2006 IP
  4. just-4-teens

    just-4-teens Peon

    Messages:
    3,967
    Likes Received:
    168
    Best Answers:
    0
    Trophy Points:
    0
    #4
    u need a bit of javascript that changes the staus bar, there is one you can get to change status bar to whatever u want.
     
    just-4-teens, Mar 3, 2006 IP
  5. Jowan Pasco

    Jowan Pasco Peon

    Messages:
    38
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Try setting the href to blank and resetting it on onmousedown.
     
    Jowan Pasco, Mar 3, 2006 IP
  6. amitpatel_3001

    amitpatel_3001 Results Follow Patience

    Messages:
    14,074
    Likes Received:
    1,178
    Best Answers:
    0
    Trophy Points:
    430
    #6
    amitpatel_3001, Mar 3, 2006 IP
  7. mad4

    mad4 Peon

    Messages:
    6,986
    Likes Received:
    493
    Best Answers:
    0
    Trophy Points:
    0
    #7
    I was trying to figure the opposite problem this morning - I have a css rollover link and the url will NOT show up when you stick the mouse over it :confused:

    Not using any js anywhere :confused:
     
    mad4, Mar 3, 2006 IP