popup when moving across websites
-
Hi, I want to move from one domain to another( a user typing a url of a diff site(eg: www.bbb.com ) in "www.aaa.com" site). How do I capture this and display a popup containing the text " You are redirected from aaa.com to bbb.com" ? Thanks in advance Priya
-
Hi, I want to move from one domain to another( a user typing a url of a diff site(eg: www.bbb.com ) in "www.aaa.com" site). How do I capture this and display a popup containing the text " You are redirected from aaa.com to bbb.com" ? Thanks in advance Priya
-
Don't you think it's pretty obvious to the user that they going to a different site? I mean they are typing it. Maybe I don't understand your problem, but it sounds pretty silly to me, unless your trying to spam them or something.
Actually I meant an eg similar to msn.com , where a text (" you are moving out the msn site..........." - not exactly) is displayed when user moves to a diff site by clicking a link on the msn page. I want to get the url of the new page and compare it with the current page.How can I do that?