status bar text
- Started
- Last post
- 6 Responses
- blindpilot
is there anything that one can pop into the head of the document [javascript etc] that suppresses the rollover status bar text for the whole page [one message for the whole site] without having to apply it on every link on the page
- unknown0
default.status
- unknown0
nah... forget that it don't work
- unknown0
hide the status bar :)
- blindpilot0
thanks but i [client] want the status bar to disply a message consistently through the site.
i can't be arsed to apply the behaviour setStatusText to every button, if i could do it site wide with a single click that would be nice, failing that, a script that is just stuck in the head would be next favourite
- mitsu0
you could prolly do something like this (haven't tested it):
function cheese()
{
window.status="i like cheese";
}document.onmousemove=cheese;
- schjetne0
Or you can vew source on various porn sites.