Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

changes in IE7 - status line?

Status
Not open for further replies.

cresbydotcom

Technical User
May 22, 2006
234
Hi

I have been using a line
Code:
    self.status= goforit ;
in older browsers and suddenly realised the "status" function has changed, it no longer reports any content. see and "errors".

I am using the status line to put a message (the day of the month - eg "3rd Fri").

Any ideas what I should do to get a message into the status line in IE7 (& probably IE6).
Or is that function no longer available?
Or is there a convenient URL to list the changes from browser to browser?

failing that I will have to play with layers (ugh).

I am trying to remain backward compatible with legacy browsers and legacy audience.

there is a tide in the affairs of man that you Cnut ignore.................
 
On current browsers it's controlled by a user setting, and the default is Off.

Try
Code:
document.title += myDate
 
Thanks folks - I tried on IE6 and it works there.

I did look for a user setting in the browser menus and failed. But that does not help me unless I can overide the user setting in JavaScript which is a bit of an imposition on the surfer.

I will look into the link above.

there is a tide in the affairs of man that you Cnut ignore.................
 
Link above was thought provoking but the code I couldn't get working.

One thing I have noticed, I switched on debugging at work and now a lot of websites throw errors they never did in IE6, including some very professional ones from people who claim to make a sale every 5 seconds (RS Components & Farnell here in the UK).

I am sure Micro$oft would claim security issues, but methinks there is a large element monopolistic tactictilliouness involved.

there is a tide in the affairs of man that you Cnut ignore.................
 
I'm getting JavaScript errors on almost all sites after I activated JavaScript debugging...
 
Be aware of the difference between actual errors and strict warnings, as well. In Firebug, if you enable "strict JS warnings", you see a lot of things that aren't really errors as such, but might be able to be better coded.

P.S. What on earth does "tactictilliouness" mean?

Dan



Coedit Limited - Delivering standards compliant, accessible web solutions

[tt]Dan's Page [blue]@[/blue] Code Couch
[/tt]
 
tactictilliouness.

adj a propensity of deviousness - the condition whereby tactics become a clinical obsession or a commercial one............

c 2008 coinage, ref Tek-Tips.com (!-)

there is a tide in the affairs of man that you Cnut ignore.................
 
I asked because I couldn't find it in any dictionary, or by searching online... oddly enough, dictionary.com asks if I wanted to search for "Targeted killings", which I'm sure could be a fun thing to have in my search history ;-)



Coedit Limited - Delivering standards compliant, accessible web solutions

[tt]Dan's Page [blue]@[/blue] Code Couch
[/tt]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top