I have tried to include a JavaScript asp file into a vbscript asp file, but I did work?
I know because they are "incompatible", but I don't know how to solve it!

you need to use the script tag:

<script runat=server language='javascript' src='pathtoyourfile.js'></script>
<%
'asp code here...
%>
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.