I want a link to load into an iframe when the user clicks it. I have tried the following code, but unfortunately that did not work. I want to do this without using Javasvript or JQuery. I have the jquery code that can do this task, but I want to do this in simple html. Moreover, I aslo want to get the ID of the element on which the user clicked before generating the frame.
Any help will be appreciated
Thanks
<a href="#frame" name="click">clickme</a>
<iframe src="login.html" name="frame"></iframe>
You cant get a popup in simple Html any way.Your idea of refering to another frame is good,but it will not popup .please read the Query http://www.codingforums.com/archive/index.php/t-45236.html