I have a series of iframes. I would like to have each one, as it loads, to fire off the loading of the next one. I have tried many varieties of js reloads, url etc... is there a simple line of code that will do this ... so far:
window.frames[publish].location = url; dies, as they all do, saying the iframe id/name of 'publish' is not found.. but it sits right above the iframe this is in... have also tried element by id.... so....
ah...... wits end... and thank you for your support!
window.frames[publish].location = url; dies, as they all do, saying the iframe id/name of 'publish' is not found.. but it sits right above the iframe this is in... have also tried element by id.... so....
ah...... wits end... and thank you for your support!