Question on using javascript

The problem was my HTML header. Used an updated one and everything works great.

OK another question. I have the HTML code for my pulldown menu (suckerfish of course). I don’t want to put the entire table into every page. Is that where PHP comes in where I would put the table in a script and run that script every page?

You would write the html in one file and then include it on every page where you want it to appear.

Well, why don’t you want the whole table in every page? Did you mean you want a selective portion of it in each one?

I assume s/he means that s/he doesn’t want to paste the code in every page to render the table on each page, which nobody wants to do, which is why God gave us server-side includes.

Yeah maybe. The wording sounded like there might be customization of the table involved. But all those things should be handled on the server side.