Writing for the World Wide Web | |
Home Course Information Assignments Schedule Class Notes Resources Student Pages |
Class Notes
Planning Site Navigation Organizing WWW Files Using Webpage Editors Upload / Download (FTP) Visual Design Appropriate Use of Technology Unix Commands Cascading Style Sheets JavaScript |
Window Status Messages
People often look at the status bar in the browser to see where a particular link address might lead; however, sometimes this space can be used to provide additional information or messages to users through the use of a rather simple JavaScript. Do remember, however, that when using this script, the trade-off is that the user won't be able to see the address of the link they are mousing-over. Here are the lines of code:
The above lines of code will create the following display:
Here is a basic breakdown of what each part means:
|