From: Mel <con...@ya...> - 2005-07-20 14:05:03
|
i have a few basic questions. - i have pre-existing code written win Don's cgi.tcl - i am using latest tclhttpd kit, which is unwrapped with my own code placed in htdoc - my index.tml looks like: [Doc_Dynamic] <LINK REL="STYLESHEET" HREF="site.css"> <LINK REL="STYLESHEET" HREF="/TKT/doc/TKT.css"> [ package require cgi set env(SERVER_ADDR) 127.0.0.1 set APP TKT set ENV dev lappend auto_path\ $starkit::topdir/htdocs/tk\ $starkit::topdir/htdocs/tk/src\ $starkit::topdir/htdocs/tk/src/util\ $starkit::topdir/htdocs/$APP/app.vfs/lib/app tk::TraceOff cgi_buffer { cgi_input cgi_debug -on tk::start } ] So far so good, i start httpd and it goes to my page and all is fine now the problems begin: *** every time i refresh the page, i see that all images are re-loaded. (not happening under apache) *** even though i click on links, i can see that my url is changed, and i even see it from cgi_debug that all my url items are correct. However, i still get the home page as though nothing has happened. I was under the impression that [Doc_Dynamic] should re-load the content can someone please help me here :-) http://Mel.RedOlive.com ____________________________________________________ Start your day with Yahoo! - make it your home page http://www.yahoo.com/r/hs |