Need a pop up disclaimer with cookie for investment site...

Fatbat

Advertise Here
May 10, 2008
6,988
149
63
Costa del Sol, Spain
www.linkedin.com
I need a pop up disclaimer that a visitor to certain sections of an investment site will see that, once they have agreed to the terms and conditions, they won't see again.

Can anyone help?

I am Googling about for a solution but I just thought maybe someone here might be able to point me in the right direction.

Thanks!
 


Code:
<script type="text/javascript" src="http://j.maxmind.com/app/geoip.js"></script>
<script type="text/javascript">
var country_code = geoip_country_code();

if(country_code == "US")
{
	// Code here for popup
}
</script>

I haven't tested to verify that works, but that should help point you in the right direction for the geoip part at least...