[ Previous ] [ Contents ] [ Index ] [ Next ]

ns_adp_puts

Overview

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]]

Top of Page

[ Previous ] [ Contents ] [ Index ] [ Next ]
Copyright © 1998-99 America Online, Inc.