Dinamicni dokumenti

 [Getting a page to change][How to get that "Tada" sound]
[A few assumptions you make using these dynamic commands]

Ok, Ok, Ok--enough with the page changing thing. You may want to bookmark this page right now because if you log in to the main dynamic page you'll just go through all that page flipping. And we don't want that again.

Before we get started - This page uses things called "meta" commands. What you will learn here is only a small part of what they can do. See HERE for a few more helpful uses.

Getting a page to change

     this is a great effect and a few dynamic commands attached to your web pages will offer some surprises to your readers. I've seen this used to take people on guided tours through buildings, tell jokes, and do just what I did--almost talk to the viewer. You should be able to find a use for a dynamic page so read on.

     Here's the command I placed on my page to get the page-changing effect:

<META HTTP-EQUIV="refresh" CONTENT="5; URL=http://www.page.com/page.html">
This is placed right after the <HTML> command and just before the <TITLE> and </TITLE> commands.


Here's what you are telling the computer to do: Please Note:
     The CONTENT command includes the URL command so there is no quotation mark after the 5 or before the URL address. Make a point of copying exactly what is noted above. It won't work otherwise. 

How to get that "Tada" sound

     Now, most of you should have gotten a little Ta Da when you logged in. That's another thing you can do with this META command. I had it set up that after the page loaded, your browser should have played a little .au file called "tada.au". (clever name, eh?)

Here's the command I wrote that did the job:

 

<META HTTP-EQUIV="refresh" CONTENT="1; URL=http://www.page.com/tada.au">

     Note I simply replaced the URL above with a sound file address. This is similar to what you do with a sound embed command. It's not quite equal, but close.



There are a few assumptions you make using these dynamic commands

     Be careful filling your pages with a bunch of these sound commands. Why?      My suggestion is to use these pups sparingly and offer those less browserly endowed a way around the page. Put something on the page that is suppose to change that allows those using an early browser to click and join in the merriment of your page since their page won't change for them.
[Getting a page to change][How to get that "Tada" sound]
[A few assumptions you make using these dynamic commands]