JS in IE7 and hidding links

Discussion in 'JavaScript' started by MN Sandy, Jan 18, 2007.

  1. #1
    Hi, guys and gals, the code works fine on IE6

    
    <a href="http://www.site.com/?a=affid" onMouseOver="window.status='http://www.site.com/';return true" onMouseOut="window.status='';return true">Link to site using aff code</a>
    HTML:
    But not anymore on IE7; anyone has solution so it continue to work on IE7?
     
    MN Sandy, Jan 18, 2007 IP
  2. ajsa52

    ajsa52 Well-Known Member

    Messages:
    3,426
    Likes Received:
    125
    Best Answers:
    0
    Trophy Points:
    160
    #2
    Microsoft took out javascript window.status changes in order to prevent phishing/address spoofing. By default, on Firefox urls are not displayed either. You need to change your browser options to see that urls.
     
    ajsa52, Jan 18, 2007 IP
  3. MN Sandy

    MN Sandy Guest

    Messages:
    392
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Thats an unexpected turn from them. WOW.
     
    MN Sandy, Jan 21, 2007 IP