<%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%> - Can I get some help PLEASE?

I get ASP errors saying that "@" cannot be the first character except for the first ASP page or something like that (sorry I do not have the exact error message).

My first page (Default.asp) does not have a problem because it is the first page.

However, what is strange is that I have TWO links to other ASP pages on my Default.asp page and BOTH pages that I link to have the same <%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%> coded at the top of the page. One gets the error listed above, one does not when I link to them?

Any ideas why this is happening?
[584 byte] By [gangelo2] at [2007-11-17 19:04:08]
# 1 Re: <%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%> - Can I get some help PLEASE?
I think it should be first line in the page and don't forget space char after @.
Yalovetsky Igor at 2007-11-8 0:12:44 >