how do I setup 2 shared borders with different scripts on each

G

Guest

I have a left and top shared borders on my web site. I am trying to setup the
left border with DHTML menu buttons, and a rortating add banner in the top
menu. Both have script files associated with them. Frontpage seems to allow
the left shared border with the drop down menus to work without problems, but
won't let the banner run at the same time. They do work independantly of each
other though.
 
T

Thomas A. Rowe

The script must have unique names for all items, and the script must be insert between the body tags
of the top or left shared border page.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================
 
R

Ronx

Any objects that have names or id (example <div id="this"
name="that">) must have ids and names that are unique on the entire
page - that is the final page that has all content and shared borders
included.
 

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