If you run the following simple line of code in IE the webpage loads a default page but the same code run in Mozilla loads fine.
---
<html>
<iframe name=stbbox src="http://www.thegreatproduct.com" width="700" height="700"></iframe>
</html>
---
Can anyone please explain why this is the case or provide code such that the iframe can load in both IE and Mozilla?
Thanks,
Tully