Hello, I need a script which will pop up a Warning in the middle of the screen and ask yes or no to proceed or not I want it exactly like the one on this site NSFW ww.Videobox.com for the first time visitors and after it doens't pop up any more Links please.. JS right?
Google 'lightbox' or something similar. Then use cookies to store visitor information so it doesn't show up on their next visit.
You'll need to set a cookie for it to not display more than once. You might take Exa's advice on using Lightbox as a base, if you know Javascript well. Essentially you just need to have a layer with 100% width/height (take Lightbox's GetPageSize functions) and a display:none attribute. Check for the cookie and if it's not there, set display:block. Include an Agree link that drops the cookie and sets display:none again.