|   | ![[ Previous ]](navbprev.gif)  ![[ Contents ]](navbhome.gif)  ![[ Index ]](navbhelp.gif)  ![[ Next ]](navbnext.gif)  | 
Write string or Tcl command output to page
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]]