set fn /var/www/openacs.org/www/view1.html set F [open $fn]; set content [read $F]; close $F ns_return 200 text/html $content