How can I return a readily available (static) HTML page to the user instead of generating it in the servlet?
Related Questions
- The GetInfo method can return the full html for the loaded page, using OuterHtml as the parameter I pass in. What if I only want a certain part of the html (for instance, the tag) ?
- How can I return a readily available (static) HTML page to the user instead of generating it in the servlet?
- How can I fetch a static HTML page to the portal through FileServer portlet using absolute path?