interactive buttons-code error

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi Group
I have a set of interactive buttons in a table making up a navigation bar. If I put the bar in a shared border, I get a bunch of code errors "object expected". I've looked at the code and I think the error has something to do with the button images themselves. If I put the navigation bar on each page individually, no errors. Just a lot more work to update the buttons. Any help would be appreciated
Bob
 
No can do, use the DWT

--

==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, Forums, WebCircle,
MS KB Quick Links, etc.
==============================================


Bob Hansen said:
Hi Group,
I have a set of interactive buttons in a table making up a navigation bar.
If I put the bar in a shared border, I get a bunch of code errors "object
expected". I've looked at the code and I think the error has something to do
with the button images themselves. If I put the navigation bar on each page
individually, no errors. Just a lot more work to update the buttons. Any
help would be appreciated.
 
Shared borders and include pages only include the content inside of the <body> tags
Interactive buttons create scripts in the Head section of your page and in the Body tag
- either copy all that to all your other pages (and adjust the links) or use Dynamic Web Templates (DWT)

--




| Hi Group,
| I have a set of interactive buttons in a table making up a navigation bar. If I put the bar in a shared border, I get a bunch of
code errors "object expected". I've looked at the code and I think the error has something to do with the button images themselves.
If I put the navigation bar on each page individually, no errors. Just a lot more work to update the buttons. Any help would be
appreciated.
| Bob
 

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

Back
Top