Quote:
Originally posted by A C
Can i still do onclick exit=false then on the main page? (say they wanna join, i dont really wanna pop it on my future members, maybe like target=top onclick exit=false?
Thanks
AC
|
When someone clicks to your join page you can do target=top and onclick exit=false such that they won't get the frames. You might need to make it document.top.exit=false or something like that to make sure you have the right scope though. But if someone goes to your join page and then leaves it, why not put a popup?
WG