Quoting Philipp Weber <p.we...@medial-networks.de>:

Hello folks

i`ve got a problem.

Im trying to use a html file as an inline html signature, but it wont work.

The target is, to show the html file, which is on a webserver, as the signature.

I changed the maximum size to 0, so that this can`t be a problem now.

My code:

{
    if ($html) {
return '<iframe src="http://xxx.xx/xxxx.html";><a href="http://xxx.xx/xxxx.html";>TEST</a></p></iframe>';
    } else {
        return "------------------------------------\n" .
               "NO HTML!;
    }
}

Is there a error in my syntax?

Sending IFRAMEs in HTML message data is a terrible idea. That's going to be stripped out by any halfway competent HTML sanitizer.

michael

___________________________________
Michael Slusarz [slus...@horde.org]

--
imp mailing list
Frequently Asked Questions: http://wiki.horde.org/FAQ
To unsubscribe, mail: imp-unsubscr...@lists.horde.org

Reply via email to