Is there a way to use ssl with document.write?
I can't get this to work:
document.write('<!--#include virtual="file" -->');
Can I somehow get around this?
Is there a way to use ssl with document.write?
I can't get this to work:
document.write('<!--#include virtual="file" -->');
Can I somehow get around this?
I've already answered this here. Also, what you're discussing is SSI (Server-Side Includes) not SSL (Secure Socket Layer).
Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!
well excuse me!
Someone answered that it could be done threw .js. I'm not much of a programer so I wanted to see if someone who didn't see the former question could maybe help me... the thing is when I use document.write('<!--#include virtual="file" -->'); the file apears in the pages source but does not apear on the page it self. I've tried to use .js but with no progress.. since it apears in the pages source it sould be able to a apear on the page, shouldn't it?
No, because it's not valid Javascript. You'd need to perform some filtering on the markup so it would go into a Javascript string nicely, which can't be done with SSI, as I said in the other thread. And, also as I said in the other thread, it's a terrible idea anyway.
Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!
Bookmarks