Iframe webpage loads in Mozilla but not Explorer
If you run the following simple line of code in Mozilla the webpage loads fine. However, a default page is displayed when opened in IE.
<html>
<iframe name=stbbox src="http://www.thegreatproduct.com" width="700" height="700"></iframe>
</html>
I posted this in the Java section because I suspect the problem can be overcome with Java. I am a novice at Java but I think the webpage needs to get a cookie?
Can anyone please explain why the iframe doesn't load with IE but it does with Mozilla or provide code such that the iframe can load in both IE and Mozilla?
Thanks very much,
Tully

