I have created 2 div tags. In one of the div tags I'm having link and I want to display the result into another tag.
My code is:
<div>
<div id="loginDiv"><a href="login.php">LogIn</a></div>
<div id="loginPageDiv"></div>
</div>
How can I display my login page in "loginPageDiv"?