Include Page with Javascript

  • Thread starter Thread starter jeff
  • Start date Start date
J

jeff

Does anybody know how I can use javascript (which in this
case is for table cell mouseover effects) in an incluse
page?

Seems I get javascript errors on the regular pages because
my include page has javascript within it.

Thanks!
 
the FrontPage include page component snips everything between the <body> and
</body> tags. if you've got js within the <head></head> section of the page
that's getting included you've got two choices:
move the script to the body of the page that gets included or move it to the
head of the page that's including it.
HTH
 
Back
Top