| Did you know ... | Search Documentation: |
| Predicate reply_html_partial/1 |
:- use_module(library(http/html_write)).
reply_html_partial(+HTML)DOCTYPE
header,
html, head or body. It is
intended for JavaScript handlers that request a partial document and
insert that somewhere into the existing page DOM. See reply_html_page/3
to reply with a complete (valid) HTML page.