Solving a Funny Problem - Onmouseover Status Bar Issues

  • Thread starter Thread starter Omid
  • Start date Start date
  • Tags Tags
    Funny Issues
AI Thread Summary
The issue discussed involves a PHP page utilizing JavaScript to change the status bar message in Internet Explorer 6.0.29. The problem arises when the status bar does not appear on one machine despite both machines running Windows XP and the same browser version. The code used is onmouseover="window.status='hello'; return true" and onmouseout="window.status=''; return true". The inconsistency suggests a potential configuration or settings difference between the two machines, as the code functions correctly in Firefox. The discussion raises the possibility of a Microsoft-related issue without a clear solution.
Omid
Messages
181
Reaction score
0
We have a funny problem :bugeye:

In a PHP page we have used following code:


onmouseover="window.status='hello'"

I runned the page on two diffrenet machines both runnig win XP and both with the same IE version (6.0.29).
In my surprise, on one of them, there is no status bar. But on the other one the status bar is working and the 'hello' message is shown properly.
What could be the reason?
What can we do to solve the problem?

P.S Both of them have the same screen resolution 1024*768.
 
Computer science news on Phys.org
It should be onmouseover="window.status='hello'; return true" and onmouseout="window.status=''; return true"
 
yes it is

dduardo said:
It should be onmouseover="window.status='hello'; return true" and onmouseout="window.status=''; return true"

Actually it is what you have written here. Could it be a Micro**** error which has no cure?
 
Ok, I just tried it in firefox and works just fine. I have no idea what's going on.
 
Thread 'Urgent: Physically repair - or bypass - power button on Asus laptop'
Asus Vivobook S14 flip. The power button is wrecked. Unable to turn it on AT ALL. We can get into how and why it got wrecked later, but suffice to say a kitchen knife was involved: These buttons do want to NOT come off, not like other lappies, where they can snap in and out. And they sure don't go back on. So, in the absence of a longer-term solution that might involve a replacement, is there any way I can activate the power button, like with a paperclip or wire or something? It looks...
In my discussions elsewhere, I've noticed a lot of disagreement regarding AI. A question that comes up is, "Is AI hype?" Unfortunately, when this question is asked, the one asking, as far as I can tell, may mean one of three things which can lead to lots of confusion. I'll list them out now for clarity. 1. Can AI do everything a human can do and how close are we to that? 2. Are corporations and governments using the promise of AI to gain more power for themselves? 3. Are AI and transhumans...

Similar threads

Replies
10
Views
2K
2
Replies
93
Views
11K
Replies
1
Views
1K
Replies
12
Views
4K
Replies
10
Views
31K
Back
Top