Forum Moderators: open
how can i change firefox's window status with javascript.
on ie , i can use script do it
////////////////////////////////
<script>
window.status ="test window status" ;
</script>
////////////////////////////////
but with firefox , it can not change window status .
hope for help!
dom.disable_window_status_change .. user set .. boolean .. false
if you have something just absolutely critical that you need to change the status for.
But like me, I suspect that many don't want their status bar changed, since it's been so abused by phishers.
Other than that, I'd suggest you find a better way to display the information you want to show.
Jim