Name
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. For example:
ns_adp_puts "Here is the current time:"
ns_adp_puts [ns_httptime [ns_time]]
|