At 11:45 AM 12/4/2002 -0800, you wrote:

I m trying to rewrite a few of my web pages I developed using 4D s web server and can t seem to get A4D to duplicate my use of 4Dinclude. On the top of most of my pages I call the command:



<!-- 4Dinclude navigation.html --!>



Which as you might guess, loads a default navigation bar on top of every page. It has some common links and our logo on it. In A4D it seems I should use the Include command:



<% Include(navigation.html) %>


Jason,

Don't know if you pasted in your code, but try including the HTML file in quotes, e.g.,

        <% include ("navigation.html") %>

If that doesn't work, rename navigation.html to navigation.a4p and try

        <% include ("navigation.a4p") %>

hth,

Brad Perkins




Reply via email to