I want to not appear url in internet exploer

Discussion in 'HTML & Website Design' started by hotr1de, Oct 29, 2006.

  1. #1
    english bad but I try explain my problem

    I want to not appear url in internet exploer

    example: [​IMG]

    how can I write another text in there :confused:

    I use this code :

     
    hotr1de, Oct 29, 2006 IP
  2. kh7

    kh7 Peon

    Messages:
    2,715
    Likes Received:
    109
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Well, I sure hope what you want is not possible - it would make it much easier on phishing websites.
     
    kh7, Oct 29, 2006 IP
  3. Richie_Ni

    Richie_Ni Illustrious Member

    Messages:
    10,721
    Likes Received:
    1,175
    Best Answers:
    0
    Trophy Points:
    410
    #3
    Hide the url on the status bar?
    This is a JavaScript issue, but if I remember correctly something like this should do the trick:
    
    <a href="http://www.google.com" onmouseover="window.status='[COLOR="Red"]write something here which will be showed on the status bar or keep it blank[/COLOR]'; return true;">Google</a> 
    Code (markup):
     
    Richie_Ni, Oct 29, 2006 IP
  4. hotr1de

    hotr1de Member

    Messages:
    8
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    36
    #4
    how can I add your code like that ?
     
    hotr1de, Oct 29, 2006 IP