|
Mojo -> RE: Any pop-ups that work? (8/25/2005 11:01:13)
|
Hi Summer, Here are a few links that may help. http://www.asphosts.com.ar/report.asp?ID=26 http://www.popupmaster.com http://www.popuppro.com To remember the person you're going to have to save a cookie on them. It can be done with Javascript, but a better method is to do it server side (ASP or PHP) as people with javascript turned off will still be able to receive the cookie. Often, sites will store user information in a database as well as the cookie. That way, you can better track the user and only need to store basic info such as a unique identifier on the cookie. The rest of the data would be stored in the database.
|
|
|
|