Im trying to display an iframe within chrome, it works in IE and in FF. When looking at the dev tools in Chrome the only issue I can see is the HTTP request showing as canceled.
The Chrome version is Version 28.0.1500.95 m
<div id="page">
<div id="content">
<iframe src ="https://mydomain.com/myotherpage/" width="100%" height="1250" frameborder="0">
<p>Your browser does not support iframes.</p>
</iframe>
</div>
</div>
Anyone any idea on what could be causing this ?