JavaScript Drop-Down Menu

  • Thread starter DON'T WANT E-MAIL
  • Start date
D

DON'T WANT E-MAIL

Hi,
I created a javascript drop down menu for my frontpage web. I tried to copy
and paste it into my shared top border with no luck. How do I do it??
Thanks,
MEG
 
R

Ronx

If any of the JavaScript is in the <head> of the page you will also need
to copy the JavaScript, or a link to the JavaScript if it's in an
external file, into every page. Same applies to any JavaScript calls
(onload="function()") in the <body> tag. Shared Borders will only use
anything between <body> and </body> - anything in the <head> section, or
in the <body> tag itself, will be ignored.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top