I,ve this iframe in my page with another page loaded in it. How can I load another page from within that second page.
I've tried this:
document.getElementById("myIframeId").src="url" from a button but didn't work at all.
I can identify the iframe id with
document.getElementById("myIframeId").id
but just wont work.
thanks