- reply_html_partial(+HTML) is det
- Reply with partial HTML document. The reply only contains the
element from HTML, i.e., this predicate does not add a
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 also
- - reply_html_page/3 to reply with a complete (valid) HTML page.
- Since
- - 9.1.20