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”
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.