This is a discussion on window.status not working in FireFox within the HTML, CSS and Javascript Coding Techniques forums, part of the Web Development category; Hi, I add the following to the onload function to change the status bar text:- Code: ..... var userId = document.getElementById(&...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
| |||
| Hi, I add the following to the onload function to change the status bar text:- Code: ..... var userId = document.getElementById("userIdHiddenField").value ; if(userId != 0) { window.status = "User Id: " + userId ; } ..... This works fine in IE but not in FireFox. Anyone know why this is? I have the "Change Status Bar Text" option ticked in FireFox Last edited by santhakumar : 07-16-2008 at 01:15 AM. |
| Sponsored Links |
| |||
| hi all its working fine in firefox. Steps :- Goto Tool menu --> click on option sub menu in the content tab --> click on Advanced button in the Advanced javascript settings, Enable Change status bar text. |
![]() |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Need to close parent window after closing child window. | S.Vinothkumar | ASP and ASP.NET Programming | 6 | 11-05-2007 05:08 AM |
| Is it possible to close the parent window (main web browser window) from a child win | gp_logesh | HTML, CSS and Javascript Coding Techniques | 1 | 10-29-2007 03:53 AM |
| HOw to disable Confirm password popup window in Firefox browser | GDevakii | HTML, CSS and Javascript Coding Techniques | 0 | 09-24-2007 03:33 AM |
| How to pass the value from the child window to parent window in javascript? | kingmaker | HTML, CSS and Javascript Coding Techniques | 1 | 09-04-2007 02:18 AM |
| event.clientX and event.clientY is working in IE but not work in firefox? | senraj | HTML, CSS and Javascript Coding Techniques | 2 | 08-08-2007 04:27 AM |