I have an ASP page in which I am trying to have 2 different scripting languages. I have a javascript in my header and some vbscripting after the header. Each script works as long as the other type is not on the page. Once both are incorporated into the page, only the first on the page will execute and the other will give me an error.
Can we have multiple scripting languages on the same page? And if we can, what am I doing wrong?
Can we have multiple scripting languages on the same page? And if we can, what am I doing wrong?