Forum Moderators: martinibuster
I want to create an exit popup on my page but I needed to work only if my visitors leave the page and do not click on a link.
To do this, I need to insert an extra code to my links, like in the next example:
(a href="http://www.mysite.com/page.html" onclick="exit=false")LinkText(/a)
My question is:
- will onclick="exit=false" influence the PR of page.html?
- how SE's will gonna look at this code? They will like it or not?
Your advice will help me a lot.
Thanks