document
document loaduri URL
package require Document namespace import Document::document document configure -cachedirectory MyCache document loaduri relative.html http://myHost/some/path/
http: (HTTP/1.1), ftp: and file:
schemes

document command
document load targets widget's method
www .www ;# Creates a WWW megawidget called .www
.www configure -loadcommand {document loaduri -target {.www load}}