0 Replies Latest reply on Nov 2, 2004 8:28 AM by leets003

    How can I display th content of JSP page in html format

    leets003

      Dear all,

      I would like to know how can I show the content/result of JSP page in html page using Javascript.

      I found some web site use ASP to do th above case. It use javascript with ASP. Here is html content using ASP with javascript.

      ******************************************************


      Gantry HTML



      IBM





      ******************************************************

      When I write the JSP page, which can return the content and I change the src='http://www.integratir.com/topandbottom/IBM/temp.asp?symbol=IBM&style=5' with src='http://localhost/OnlineTest/test.jsp' in javascript element, it return nothing.

      Please help

      And thanks

      Patrick