NaviServer - programmable web server


[ Main Table Of Contents | Table Of Contents | Keyword Index ]

ns_adp_registeradp(n) 4.99.3 naviserver "NaviServer Built-in Commands"

Name

ns_adp_registeradp - Registers ADP page to be called on custom tag

Table Of Contents

Synopsis

Description

This command creates a callback that will be called when ADP parses sees given tag in the .adp file.

COMMANDS

ns_adp_registeradp tag ?endtag? adp

tag tag that will be used, every time parses sees <tag it will call given adp file endtag if tag needs to be closed, specify end tag sequence, usually it is </tag> adp this is adp file to be called when this tag is parsed

EXAMPLES

ns_adp_registertag example example.adp

See Also

nsd

Keywords

NaviServer