Okay, this verges on the stupid I'm sure, but I'm trying to work
out how to include a html file at the top of all my pages. I want to
include a standard header on all pages and I've created a .htm file
with all the html I want (including Javascript). I've tried to
create a proc which just returns the text but it barfs on the
javascript because the tcl interpreter thinks its parsing tcl. How
do I prevent the parser from parsing that one peice of text?
Thanks in advance