I'm having trouble outputing an ssi include through document.write
I've tried placing escape characters before the quotation marks in the parameter for the .write function but it won't work.
here it is without the escape characters:
document.write("<!--#include file="ssi/flash1.html" -->");