Chapter 4: Advanced FrontPage Features
In this chapter, we look at several advanced scripting and Web editing tools often used in Web site design. We also review methods of using these technologies in your web with FrontPage 2002 and offer some resources for further reading and learning, including free scripts and applets to use on your own Web sites.
Below is a more detailed overview of what's covered in this chapter:
- Built-In FrontPage DHTML Effects and Events
- JavaScripts and Java Applets
- Macro Add-Ins
- Cascading Style Sheets
Downloads
- Scrolling News Applet files
- Javascripts & Style Sheet files
- All images (99.0KB)
- All files for all chapters
View Working Examples Online
Scrolling Status Bar Message—Javascript
Change only the text near the top of this script “Welcome to my web page!!!!”. Next, add this short line to your <BODY> tag in your HTML view:
onLoad="scrollMsg()"
Do not change anything in this line. Your <BODY> tag should now look like this:
<body onLoad="scrollMsg()">
Although it may have several other attributes in the tag already, that is fine; don't remove the other attributes. Just add this line before the closing wicket symbol.