I am seeking a way that when the user click on a link.. it should go to that address but should show my desired url in the address bar..
Is there any procedure in php & smarty.
Please help me. i am new ti this condition,
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can’t “fake” a url in the address bar; that would be a big security issue. It would enable you to show “mybank.com” whilst being on an evil site…
What you’re probably referring to is something like AJAX or using a frameset or iFrame.