I would like to know how can i put a permanent message in the bottom of the browser (where it shows the hyperlink when placing the mouse's arrow over a link or button) using Dreamweaver mx 2004.
gms27, you might want to take note that the code will not work in Firefox. IE gives javascript control over certain aspects of the browser (status bar message and scrollbar colors for example) that other browser will not. If you are developing for a fixed audience (on an intranet for example) then it will not be an issue, but it is something you may want to consider as you develop your pages.
-kaht
How much you wanna make a bet I can throw a football over them mountains?
The only type of status bar configuration you can affect in Firefox is opening a new window with the status bar turned off. (using a window.open command and passing the appropriate parameter)
-kaht
How much you wanna make a bet I can throw a football over them mountains?
Hmm.... after browsing around in the menus I found that you can do the following (in FF 1.5, might be different for other versions of FF)
Tools > Options > Content (tab) > Advanced (on the enable javascript line) > "Change Status Bar Text"
This value is unchecked by default, so if a user does not check the box (which they probably won't, users often use factory settings) then the status bar is off limits.
-kaht
How much you wanna make a bet I can throw a football over them mountains?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.