Hello !
I have a problem with image generation on secure sites (SSL) ;(
When I open a new window from a file using SSL (relative adressing) :
window.open("graf.php","Graf","location=no,toolbar=no,menubar=no,status=no,w
idth=710,height=530");
I get the message that there are also nonsecure elements on page "graf.php"
??
"This page contains both secure and nonsecure elements"
Graf.php contains only one PHP generated image :
Header("Content-Type: image/png");
How can I get rid of this message that is very anoying ( I must open this
window very offen) ??
Iztok
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]