Ajax-loaded DIV closes using invisible iframe meta-refresh?

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
djlex1928
Forum Commoner
Posts: 31
Joined: Sun Sep 19, 2010 3:23 pm

Ajax-loaded DIV closes using invisible iframe meta-refresh?

Post by djlex1928 »

Hi,

I have written a very basic php authentication script on my local server here and I'm having a bit of a problem. I have the authentication script re-loading every 60 seconds using meta-refresh in an invisble iframe.

The problem: My frontend uses alot of ajax, I just noticed tonight that if I've used ajax to load content into a div, and then the meta-refresh kicks in in the iframe it hides the div content. Is there any way I can stop this happening?
Post Reply