| |||||||||||
| |||||||||||
To save source of webpage on disk through tcl/tk Posted by aag (aag), 3 October 2007 Im about to write a script that will scan the source of an web page and will store it on harddisk. I tried doing it using the following script but it not work. package require optcl set htm [optcl::new -window .htm Shell.Explorer.2] .htm config -width 800 -height 600 pack .htm -fill both -expand 1 $htm navigate www.google.co.in set doc [$htm Document] set output [open "fi.txt" w] puts $output $doc close $output pls help me on this!!!! thanxs Posted by admin (Graham Ellis), 3 October 2007 If you would like to post ion the Tcl forum, and tell us what is going wrong with you example, we can have a look. "Does not work" doesn't give us much of a clue to go on ![]() This page is a thread posted to the opentalk forum
at www.opentalk.org.uk and
archived here for reference. To jump to the archive index please
follow this link.
|
| ||||||||||
PH: 01144 1225 708225 • FAX: 01144 1225 793803 • EMAIL: info@wellho.net • WEB: http://www.wellho.net • SKYPE: wellho |