Integrating ASP with JSP...!

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • samido
    New Member
    • Oct 2007
    • 52

    Integrating ASP with JSP...!

    it is this possible guys...? Integrating ASP with JSP...!

    Sam Rabophala
  • jhardman
    Recognized Expert Specialist
    • Jan 2007
    • 3405

    #2
    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.

    Jared

    Comment

    Working...