Hi,
I am Using iframe for the URL masking. But it's not working for me.
Am using Xampp:
1. http://localhost/professor.html
(a).professor.html page in xampp htdocs folder (htdocs/professor.html)
(b).professor.html page -> Is a authenticated Page, getting userid and the password in the professor.html page and once the login gets true, moves to professor details page.
(c) Professor details page under => htdocs/auth/employee.php
(d) whenever i submit the professor.html page : in the address bar am getting
http://localhost/auth/employee.php
(e) iframeset tag added in =>htdocs/auth/index.html (It's not working)
<html>
<body>
<iframe src="professor.html" width="100%" height="100%" frameborder="0" scrolling="no" /></iframe>
</body>
</html>
(f) I need the URL in the address bar as like :
http://localhost/professor.html
Please any one help me out in solving this.