Simple idea...
Simple idea...
Hello.
I have a php array of urls. I want to load each of them into an iframe, in order. I want to wait until the iframe is loaded before I load the next one. There is an iframe parameter called onLoad that will call a javascript function when the frame is loaded. I am trying to use jquery to popup a window on the screen (I am using colorbox), display a page in the iframe then immediately after it is loaded load the next page in the iframe. It seems simple but I am having trouble understanding how to do it with jquery. I am not sure whether I should use the iframe onLoad to call the next one or whether jquery has a parameter that I can use.
Anyone care to help a newbie?