ns_adp_puts

Write string or Tcl command output to page.

Syntax

ns_adp_puts string

Description

Writes the specified string out to the page from an embedded script. The string may be a quoted string or it may be another Tcl command.

Example

ns_adp_puts can be used to output strings and Tcl commands.
ns_adp_puts "Here is the current time:"
ns_adp_puts [ns_httptime [ns_time]]