Behaviors in Include Page

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

Guest

I created a Drop Down Jump Menu Behavior and tried to add it to my site by
way of an include page.

It works as a stand-alone but not in an include.

Am I missing something obvious?
 
If using the FP Include Page component, then all content to be included in other pages must be
between the opening and closing body tags.

--
==============================================
Thomas A. Rowe
Microsoft MVP - FrontPage

http://www.Ecom-Data.com
==============================================
 
Yes, between the opening and closing body tags.

FYI: not all script will work outside of the head section.

--
==============================================
Thomas A. Rowe
Microsoft MVP - FrontPage

http://www.Ecom-Data.com
==============================================
 
Alternatively, you could a) externalize the script, b) put a link to that
external script in the head of the particular page, and c) make sure that
your include file doesn't contain *any* head content.
 
Back
Top