Hello guys. I'm kinda newbie here, so this is what I want to do. I want to redirect the user to a different page but in the same time keep him on my page. Just like Google Translate does here: Click to view. So I want that top bar on my page, and the rest of the page to be a redirect to a certain page. How to do that ?
u can use <iframe> tag of html. its easy to use. something like this: <html> .... your topbar code here ... <iframe src='link goes here'></iframe> Code (markup):