A
Andrew Poulos
I write my ASP using javascript but I've been given a component that's
been written in vbscript. The top of my js ASP page has
<%@ language="javascript" %>
<!-- #include file="aspupload.asp" -->
and the top of the component has
<%@ language="vbscript" %>
One ASP page cannot have two @ commands. So apart from trying to rewrite
the component in js, is there a way to get js ASP to use a vb component?
Andrew Poulos
been written in vbscript. The top of my js ASP page has
<%@ language="javascript" %>
<!-- #include file="aspupload.asp" -->
and the top of the component has
<%@ language="vbscript" %>
One ASP page cannot have two @ commands. So apart from trying to rewrite
the component in js, is there a way to get js ASP to use a vb component?
Andrew Poulos