Return HTML of an entry form for the specified table
ns_entryform dbhandle table {target {}} {button "Enter Record"}
ns_entryform returns the HTML for an entry form for the specified database and table. The dbhandle argument is a database handle (obtained with ns_db gethandle). The default target is /NS/Db/InsertRow/poolname/tablename. The button argument specifies the text for the submit button, which defaults to "Enter Record".