Home >Web Front-end >HTML Tutorial >Sit back and wait for the master... urgent! Problem with html importing jsp! _html/css_WEB-ITnose
The html page wants to import a jsp header file. I can’t use include but I can’t use the
JSP files are best processed at the JSP level, that is, they are synthesized in the background to the required Return to the HTML in the foreground.
If necessary, you can use AJAX to request JSP in HTML and write the returned HTML result back to HTML.
If you use ajax to request, you cannot request the js of the page...the content is there but there is no js!
Is include not allowed to be used or is it not allowed?
Just change the html page to a jsp page...
.........First of all, it’s specific! The page is html and imports the file jsp!
Brothers on the 3rd floor? How to use include in html
You can’t use iframe and object (the reason is that you can’t see the source code)