Redirecting to other page with popupbox

hi every body.

i want to put link in my page that redirected to the page and also show popup msg for 3sec on the new page.

for example

when sombody click on the link yahoo.com, it will redirecting to yahoo.com (with <? haeder (location: ‘yahoo.com’);?> but on yahoo it will be popup message for 3 sec “thanks for visiting us, mysite.com

how i can do it?

I think javascript could be your friend with a function on your onclick event

Will you control the page/site message? Something like the thanks for visiting would need to happen on the other end, such as Yahoo’s.

If you control it, you can make an onload event. If you don’t you only can make something like a message or pop up on your page for the onClick event using javascript.

maybe with iframe?