Heya,

I have recently got a script that basically uses AJAX to automatically resize an Iframe as opposed to having it show scrollbars.

`Its a god send script as it means I can make my website 20 times better, however it doesnt seem to work properly with IE. Firefox seems ok but IE seems to freeze after about 30secs-1minute if you click links within the iframe!

Is there a reason why this happens and how would I go about fixing this problem?

Thanks

Might be an infinite loop. Check to see if there are any properties that IE does not recognize, ie:

for (var i=0; i<myObject.MozillaOnlyProperty; i++) {

If IE doesn't recognize MozillaOnlyProperty , it might keep increasing var i without end.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.