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:

Downloads

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.

Add This Page to Your Favorites—Javascript

We are sorry, your browser does not support Java. You are unable to view our scrolling news applet.

home :: chap 1 :: chap 2 :: chap 3 :: chap 4 :: chap 5 :: chap 6 :: chap 7 :: chap 8

chapter 1 chapter 2 chapter 3 chapter 4 chapter 5 chapter 6 chapter 7 chapter 8