Pop Up Box [Help]

Status
Not open for further replies.

wite

Posting Freak
Aug 3, 2012
593
131
Hey,

I was wondering what coding language I would need to use (and also what codes) to make a pop up on my website.
Basically, as someone enters the website, I want a box to pop up in the middle of the screen with text it in.
The purpose of the box will be a disclaimer, and at the bottom a button a bit like this:
Code:
ENTER SITE | LEAVE NOW
When the use clicks open site I want the box to go away so the user can see the whole site as it is, but if they click "LEAVE NOW" I want it to go to google.com

Any help will be appreciated!

Thanks,
Supa.
 

Mee

Member
May 4, 2012
232
28
I've done this before on a previous website of mine using Lightview and a script that makes it pop up on page load;



Search around for ' lightview on page load '.
 

tyr0ne

Active Member
Mar 29, 2012
141
14
use lightbox.

when the user firsts visits any page, you make the lightbox appear. if the user clicks on "enter now" it registers a cookie in the user's browser so when he goes back on the site, it will check if the user has the cookie, if yes no pop up appears, if no it shows the lightbox.

pretty easy and straight forward
 
Status
Not open for further replies.

Users who are viewing this thread

Top