Forum Moderators: open
I've tried it in Firefox and nothing is reported.
Thanks
There a re a fe links on the page, which direct the user back to the unsecure site via use of http://www.example.com/webopage.php
Is it okay to use those within the secure page? I assume so because otherwise there would be no way of redirecting the user.
My surprise is that Firefox doesn't mention anything about the security but IE does.
[edited by: encyclo at 5:56 pm (utc) on Dec. 26, 2005]
[edit reason] delinked URL [/edit]
One or more of your resources are being retrieved with a URL that starts with "http:". You can either remove that portion, or change it to "https:".
The easiest way is to remove the protocol (http/https) portion all together. When no protocol is indicated, the browser will use the same protocol as was used to load the html page.
When I say "resource", I mean it could be an image, javascript file, stylesheet, flash file, etc.
I have replaced all the image links with https but still bet the same problem.
Your first choice was correct - if you uploaded copies to the secure server and called them by images/filename.jpg, they will be secure - this is not the problem.
Any imported resource - style sheet, javascript, Flash, even the codebase for the download page in a flash object tag - will cause this. A BASE HREF will also do it. If you're using external sheets, etc., upload them also and call them relatively like you do your images.
For Flash, MM indeed has a secure download page so you **can** just change the codebase to https.:
codebase="https://macromedia.com/i_cant_remember_full_url..."
But it's most likely going to be something like this. The non-secure links you have on the page won't kick off the warning.
The nuts-and-bolts way to figure it out is by trial and error, eliminate portions of the page and keep re-uploading it until it goes away.
<iframe id = 'iframedownload' name = 'iframedownload' frameborder = '0' WIDTH=600 HEIGHT=100 border='0'>If you can see this, your browser doesn't understand IFRAME.Please download an updated browser e.g. Internet Explorer, Mozilla Firefox, or Opera.
</iframe>
<iframe id = 'errorsframe' style='display:none;' frameborder = '0' width=100 height=100 border='0'>If you can see this, your browser doesn't understand IFRAME.Please download an updated browser e.g. Internet Explorer, Mozilla Firefox, or Opera.
</iframe>
Any ideas why iframes would cause an issue?