FP Include Bot + JavaScript

  • Thread starter Thread starter Dave
  • Start date Start date
D

Dave

Is it possible to use a FP include bot with JavaScript?

If not, any alternative?
 
Yes, as long as the javascript is between the body tags in the include page.

--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed..................
...............................with a computer
 
Dave,

This should work just fine. I would suggest that your JavaScript be in an
external .js file linked to the containing page. Once the include file is
added, it looks just like any other part of the page and should be able to
reference the linked JavaScript.

You may want to do a test case with something simple first. That way, if
your script fails, you can at least rule out the include as the problem.
 
server side includes - I think the fp include only accepts html files. (to
display on the screen, rather than code to do stuff behind the scenes.

<!-- #include file="yourscript.js"-->
 

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

Similar Threads


Back
Top