| Hi,
HTT is a fine piece of work. Thank you!
I just have a -hopefully little- problem:
This js function imgtag in a *.js file is working fine:
function imgtag(imgnam){return "<img src=\""+imgnam+"\" height=\"300\">";}
.
but htt changes it to this:
function imgtag(imgnam){return "<img src=__+imgnam+_/_.html
height=\"300\">";}
, which of course does not work any more.
How can I prevent these changes?I use htt 3.31 with W98SE.
John | |