hi, there's always a pop-up saying "This page contains both secure and nonsecure items..." everytime I connect to an operator in IE6. It happens when the Chat window loads up. [forgot to mention that I'm trying to get SSL working properly]
I've manage to locate the source of the problem and it doesn't pop-up anymore, but I need some help understanding why it happen...
The source of the problem is in this file: "templates/chat.tpl"
On the line:
"<iframe id="chatwnd" width="100%" height="100%" src="${if:neediframesrc}${webimroot}/images/blank.html${endif:neediframesrc}......."
Everything works fine when i remove the "if:neediframesrc" statement from the "src="...
can anybody explain why that "if:neediframesrc" statement is needed? Is it OK to remove it?
Or another solution that doesn't require removing "if" statement?
What mixture of language is this? looks like html/php , but the syntax is not correct for php.