Hi, I'm new to this, so please take that into account.

Anyway, I am trying to include different sorts of files into my ASP-file. A colleague of mine has written some jsp code that I want to include. So after the <meta> tag, I type: <!--#include file="swapfunctions.js"-->

The result is that it includes the functions, and I can even use them, but if I view the source code in IE5, I see the functions there twice. I'd like them only to appear once (or not at all).

But at least that part works. A little further on, after the <body> tag, I use the same header for every page, so I also wanna include this header. It is made up of a table in which an image is displayed, along with some "text"-images that work as links to other pages.

So I type: <!--#include file="main_navigation.asp"-->
The result when I watch it in IE5 is that I get the header TWICE, which is of course absolutely not what I want.

If anybody knows how to solve this (and I'm sure it's pretty easy, I just don't know what it is, considering I'm new at this), will you please let me know?

Many thanx in advance,
Marcel
[email protected]