interactive buttons-code error

B

Bob Hansen

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
 
T

Thomas A. Rowe

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.
 
S

Stefan B Rusynko

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
 
Top