"yahalom emet" <[EMAIL PROTECTED]> writes: > I have in the end of the ttml file exit command. this causes the > exit. what happens when I do this?
Bad Things. Don't do it:-) > another question if I may: > I am trying to set this header: > <META http-equiv=Refresh content=360> That's an HTML tag, not a header. > so i do: > headers set http-equiv=Refresh 360 > it does not work. what am I doing wrong? You could do two things: 1) just include that HTML header. 2) something like this: headers set Refresh "20 ; URL=display.ttml" Ciao, -- David N. Welton Consulting: http://www.dedasys.com/ Free Software: http://people.debian.org/~davidw/ Apache Tcl: http://tcl.apache.org/ Personal: http://www.efn.org/~davidw/
