I just want to load an html page in iframe on clicking a link or button in the same page. I used javascript to load the page dynamically. But, I couldn't do that. Please anyone guide me to do that. My code is as follows:
document.getElementById("iframeelem").src="newhtml.jsp";
See here. A great help :
Though a bit off topic, a good side reading :
Your code is correct. Here is a tutorial, just in case: http://www.dyn-web.com/tutorials/iframes/
What is the error?
Verify the id of your frame and url are correct (type in the url in a browser window and make sure you get your page).
Put this on the embedded page