Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8658021
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T15:39:56+00:00 2026-06-12T15:39:56+00:00

When running the below code, it fails to display the text I wrote. Instead,

  • 0

When running the below code, it fails to display the text I wrote. Instead, it displays in the status bar the URI of the link. Why is this happening?

<a href="link" onmouseover="self.status='your text';" onmouseout="self.status='';">link here</a>

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-12T15:39:57+00:00Added an answer on June 12, 2026 at 3:39 pm

    window.status isn’t a standard property. It has been eliminated for security reason. You can’t do that on modern browsers (including IE9).

    You’ll have to find another solution, like for example making a small div at the bottom left corner :

    <a href="link" 
    onmouseover="document.getElementById('status').innerHTML='your text';"
    onmouseout="document.getElementById('status').innerHTML='';">link here</a>
    <div id=status style="position:fixed;bottom:0;left:0"></div>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

The code below fails when running on Windows 7, with default access levels. (This
I wanted to generate a list view using below code. But after running this
I am running below code as root and using python2.6.1, platform is linux >>>
I am using the below code to find the base address of a running
I get the following error when running the code below: invalid byte sequence in
I am getting an argument of length zero after running the code below. I
Hello friends i am running code given below which contains the setLogTimeEntery function and
i have a problem with below's code, onProgressUpdate is not running ... however the
I have a number of nodejs applications running on Express using the code below.
My code is below: I am seeing that on running the app the loadWidget

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.