I'd be willing to test code, but I would be surprised if it was possible. Technically you are supposed to declare the scripting language at the top of each page, so if you wanted to have one page in ASP and another in JSP that shouldn't cause problems, but two languages on the same page won't work.
On the other hand, a lot of us use ASP and Javascript in order to use both server-side and client-side scripting.
Comment