Web Design Forum HTML CSS JavaScript PHP Graphic Design SEO forum

Full Version: How and Where? Select your Region Pop Up.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I'm looking for a pop up effect similar to this website: http://bell.ca

When you enter the website, it pops up with a Welcome to Bell.ca, with select Provinces to chose from.

I'm trying to mimic this option/effect for my website, which has sub-domains for each province. So I would like to have something like that to pop up when anyone enters the website, the user would chose to select the province and be redirected to the right place.

If you know how this is done, I would appreciate the insight, is there a script available? How would I be able to develop this myself (if need to).

Any help would be appreciated. Thank you in advance for your time.

Cheers
I would give you another example of the pop up which you can check out. http://www.vendzone.com.au
It's all done in javascript. They set a cookie on your computer based on your selection in the popup.

On page load, they check for the existence of the cookie. If the cookie doesn't exist the popup is activated.
__________________
Is it kinda like this script here?

The JavaScript Source: Cookies : Only Popup Once
At a quick glance, yes. But I'm sure you can find an example a little newer than that one - that one is from 1999.
It's all done in java script. They set a cookie on your computer based on your selection in the popup.
On page load, they check for the existence of the cookie. If the cookie doesn't exist the popup is activated.
this is very nice share here good post
Reference URL's