Page 1 of 1

#include directive

Posted: Mon Feb 28, 2000 1:57 pm
by Thunderstone




webinator doesn't appear to index this from my
index.html:

<!--#include file=include/footer.html" -->

When I try to index the index.html, it stops at
just that front page. All of the links to the
other pages occur in footer.html. Is there a way
to get webinator to see the #include?

dave



#include directive

Posted: Mon Feb 28, 2000 2:16 pm
by Thunderstone


Webinator is a web client and see's what other web clients (browsers) do.
That's a "server side" include. The server is supposed to process that.
The client should never see it, just the result of processing it.
It looks like your include has a syntax error. A missing quote (").
Check your work with a web browser to see if you've got it right
before walking it with gw.