[Tkbrowser-devel] Test
Status: Pre-Alpha
Brought to you by:
tallniel
From: Neil M. <ne...@cs...> - 2002-06-06 12:32:45
|
This is a test. Neil -- package r Tkhtml;package r http;pack [scrollbar .v -o v -co {.h yv}] -s right\ -f y;pack [html .h -ys {.v set}] -f both -e 1;bind .h.x <1> {eval g [.h href %x\ %y]};proc g u {set t [http::geturl $u];.h cl;.h p [http::data $t];http::cleanup\ $t;.h co -base $u};g http://mini.net/tcl/976.html;proc bgerror args {};# NEM :-) |