Hi,

for my current project I am excessively using local templates.
These templates link to other local media like images, and different
.css files.
The problem is: when I use something like:

m_pHTMLDoc.write(L"<html><head><BASE HREF='...'></head><body>....");

the ..<BASE HREF...> part does not work. the mozilla activex instance
just seems to ignore it, and any relative links of object like images
do not get displayed.

I thought of many ways of how to do it, but they all seem dirty and
not as clean as if it would just work the way above.

There is no problem if I use a static testfile and
MozillaBrowser1.Navigate(THEFILE);.

I have to use m_pHTMLDoc.write or m_pHTMLDoc.writeln because the
project is a chat which updates regulary.

The problem lies in document.write.
Can anybody help me out?

Martin M.
_______________________________________________
mozilla-embedding mailing list
[EMAIL PROTECTED]
http://mail.mozilla.org/listinfo/mozilla-embedding

Reply via email to