Problem :
This took me quite some time to debug this problem, i think from the images source, but from code also, yess i found this problem solving.
If you have a webpage on a HTTPS server with the following iframe code where you leave the src out:
< iframe id="if">< /iframe>
and you view the page in Internet Explorer you'll get the following very descriptive warning.
This page contains both secure and nonsecure items
Clicking on the More Info button doesn't give you which items it's referring to, but just a help file.
Leaving the src attribute out of the iframe is common, when you want to fill the src attribute programmatically.
Solution :
Create a blank.html page and then write:
< iframe id="if" src="blank.html">< /iframe>
The blank.html only contains < html>< /html >
ps: no need to create blank.html is also work
Subscribe to:
Post Comments (Atom)
Hukum Tabur Tuai
Ingatlah hukum dasar ini, dalam kehidupanmu Barang siapa yang menanam, dia pula yang akan menuai
-
Today i learn about service problem, i had problem when my application access to the server, i got this information : ...
-
Didalam proses pengiriman barang / produk kita mengenal istilah “Franco”, seperti dijual jam tangan produk Singapore. Dan produk tersebut d...
No comments:
Post a Comment