Web Hosting Talk







View Full Version : HTML Coding Assistance.


smsmasters
05-17-2007, 11:37 AM
I'm using this code but it generates "operation aborted" error in IE7. Sometimes when you refresh the page it will load fine. In firefox it works perfectly.



<iframe src=http://www.phreakyphonez.net/web/webmaster/sms.asp" width="468" height="310" FRAMEBORDER="0px" scrolling="no"></iframe>


I think it's something to do with DCOM or how IE7 handles embedded pages in a frame, but I'm not sure how to fix this.

Any help please?

Thanks

killapix
05-18-2007, 03:45 PM
There is a preference that was introduced in Windows XP SP2 that controls this behavior. You can find it by looking in the Internet Settings -> Security Tab -> Click on Custom Level button -> "Navigate sub-frames across different domains".
With IE 6, this is set to "Enable" by default.
When IE 7 installs, IE 7 automatically sets the preference to "Disable" by default

Try it and see if it works.?

siforek
05-18-2007, 09:14 PM
Doubt it makes a difference, but I'd suggest it like this:
<iframe src="http://www.phreakyphonez.net/web/webmaster/sms.asp" width="468" height="310" frameborder="0" scrolling="no"></iframe>