Multiple iframes on one page

piotrekr

Newbie
Joined
Jan 16, 2010
Messages
5
Reaction score
0
I have 4 iframes on my website

Code:
<iframe src="site1"></iframe><p></p>
<iframe src="site2"></iframe><p></p>
<iframe src="site3"></iframe><p></p>
<iframe src="site4"></iframe><p></p>

but only 2 first iframes loads, how can i make all of them load ?
 
Open Inspect Element on a modern Web Browser such as Chrome or Firefox, using the Network feature you can see what requests your page is attempting to create, and determine what failed and what went through or what could be stuck.

Capture.png
 
Back
Top