How to reload one of multiple iframes on the page through javascript -


i have set of menus , multiple iframes on page (e.g. top / center / bottom).

the top , bottom iframes tend stay same content of time. want reload center iframe when clicking on different menus.

how via javascript when clicking on different menus?

thanks lot!

window.top.frames.center.src = "http://google.com"; 

or grab iframe id , update source

document.getelementbyid("iframecenter").src = "http://google.com" 

Comments

Popular posts from this blog

jquery - Invalid Assignment Left-Hand Side -

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -