File: html.tk

package info (click to toggle)
dstooltk 2.0-3
  • links: PTS
  • area: main
  • in suites: potato, slink
  • size: 2,500 kB
  • ctags: 3,169
  • sloc: ansic: 27,185; tcl: 4,770; makefile: 587; sh: 70; csh: 7
file content (13 lines) | stat: -rw-r--r-- 189 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
#
# html.tk
#

proc html(open) {} {
    global Html EXT

    set Html(Url) "http://www.geom.umn.edu/~veran/dstool_tk/parser.html"

    eval $EXT(browser)
#    exec netscape $Html(Url) &
}