Using a 'header' like hotmail when you click on a link

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
mjseaden
Forum Contributor
Posts: 458
Joined: Wed Mar 17, 2004 5:49 am

Using a 'header' like hotmail when you click on a link

Post by mjseaden »

Dear All

Can someone tell me how Hotmail create a 'header' when you click on a link in an e-mail in your inbox? This 'header' appears at the top of the page you link to, and stays there regardless of whether you click on a link on the page the link targetted. I need to do this for my site.

Many thanks
Mark
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

likely, their link sets a frameset up, and places the real link in the second frame.. google: [google]frameset[/google]
Post Reply