http://www.adfactorypro.com/examples...eyouleave.html
Without reverse engineering their code (they are selling it in a software and it would not be fair), do you know where I could find something similar (or not far) for free ?
Thanks
http://www.adfactorypro.com/examples...eyouleave.html
Without reverse engineering their code (they are selling it in a software and it would not be fair), do you know where I could find something similar (or not far) for free ?
Thanks
Using Javascript, you can get the X and Y of the mouse, use the mousemove() function and declare a pop up when mouse moves to a certain XY co-ord.
A simple breakdown of mousemove can be seen here
Search google. There are things you need to know about mousemove that will help, such as turning it on only when needed and off when not (null) this will save system resources as mice move A LOT!
{CWoT - Riddle } {Freelance Copywriter} {Learn to Write}
Follow Me on Twitter: @InkingHubris
PHP Code:$result = mysql_query("SELECT finger FROM hand WHERE id=3");
echo $result;
Impert (02-26-2008)
without looking at the code, it is probably checking to see the position of the mouse and when it gets to a certain point in the viewport (part of the browser you see the website in) it displays the popup.
Bookmarks