Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Using iframe with https
Message
From
15/06/2002 07:54:43
 
 
To
All
General information
Forum:
Internet
Category:
Microsoft Internet Explorer
Title:
Using iframe with https
Miscellaneous
Thread ID:
00668866
Message ID:
00668866
Views:
60
I use invisible IFRAME tag with HTTPS protocol for
remote scripting like
<span id="SPANjsrs1" style="display:none">
<iframe name="jsrs1"></iframe></span>
<script>
container=window.frames['jsrs1'];
...
During page load containing this tag causes every time annoying prompt in IE

This page contains both secure and unsecure items. ...

How to remove this prompt ?
I cannot instruct all web users to change their browser settings.

Adding a src="dummy.htm" attribute to iframe tag helps but this
causes extra access to web server.

How to do this without having extra server access ?
Andrus
Reply
Map
View

Click here to load this message in the networking platform