I have an iframe
in my web page. It works fine in FF and Chrome but not in Safari (I'm using Safari 6.0)
This is my code:
<html>
<head>
<title>Pengower</title>
</head>
<body>
<div id="container">
<iframe name="news" id="news"
src="http://www.penapplications.net/ImogenApps/?Pengower:CRM:Pengower_News">
</iframe>
</div><!--end container div-->
</body>
</html>
Funny thing is that, if I access the src
url and then access the iframe
page, then the iframe
shows the content properly, but if I just access the iframe
page without accessing the src
url page before, it does not show the content.
Any ideas?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…