0

Here is my problem -

I have a HTML page (page 1) which connects to another HTML page (page 2) in an iFrame. However this loading is done, say a minute after the page load completes.

ie. page 1 -> wait 60 seconds -> open page 2 in iframe within page 1.

However when this load occurs, the browser throws an alert that network is not connected.

Is there something that can be done to prevent this behavior?

Vikalp Patel
  • 10,669
  • 6
  • 61
  • 96
Akshaya Shanbhogue
  • 1,438
  • 1
  • 13
  • 25

1 Answers1

0

After doing some research I found out that this behavior cannot be prevented from JS, but should be handled by the browser..

Akshaya Shanbhogue
  • 1,438
  • 1
  • 13
  • 25