Question : Splash screen that takes focus with main page fuzzed out in the background

Not sure even how to search for this or even explain it.  Have you ever searched for lyrics, gone to the lyrics site and that annoying popup comes up asking you if you want a ringtone of the song you are trying to find lyrics for?  Well I legitimately need something like this for a site.  Or something prominent when they go to the homepage that puts focus on the splash message and includes a link to a corresponding page and a close button.  When they close the splash screen, the home page comes back.  Lyrics Freak or Metro Lyrics has this.  I dunno where to start.  I don't even know what language it's written in, but my site is on a windows server.  I am actually an ASP programmer.  Many thanks in advance for your thoughts.

Answer : Splash screen that takes focus with main page fuzzed out in the background

A complete working example in html.
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
36:
37:
38:
39:
40:
41:
42:
43:
44:
45:
46:
47:
48:
49:
50:
51:
52:
53:
54:
55:
56:
57:
58:
59:
60:
61:
62:
63:
64:
65:
66:
67:
68:
69:
70:
71:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head>
    <title>Untitled Page</title>
    <style type="text/css">    
    .screen
    {
	    position:fixed;
	    z-index: 600;
	    width:100%;
	    height:100%;
	    top:0px;
	    left:0px; 
        background-color: #333; 
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; 
        filter: alpha(opacity=80); 
        opacity: 0.8;
        z-index:200;
        visibility:hidden;
    }
    .popup {
        position:absolute;
        height:300px;
        width:300px;
        top:50px;
        left:50px;
        background-color:#fff;
        z-index:300;
        visibility:hidden;
    }
    </style>
</head>
<body>
<div id="screen" class="screen"></div>
<div id="popup" class="popup"><input type="button" value="Close" onclick="javascript:closePopup();" /></div>
<input type="button" value="Click to toggle pop up" onclick="javascript:togglePopup();" />
<h3>Random Content</h3>
<p>Create a div with a semi transparent background that covers the whole screen and toggle it on when you want to display the popup. The popup could be another div that you toggle on and z-index to the front of the screen.</p>
<p>ot sure even how to search for this or even explain it.  Have you ever searched for lyrics, gone to the lyrics site and that annoying popup comes up asking you if you want a ringtone of the song you are trying to find lyrics for?  Well I legitimately need something like this for a site.  Or something prominent when they go to the homepage that puts focus on the splash message and includes a link to a corresponding page and a close button.  When they close the splash screen, the home page comes back.  Lyrics Freak or Metro Lyrics has this.  I dunno where to start.  I don't even know what language it's written in, but my site is on a windows server.  I am actually an ASP programmer.  Many thanks in advance for your thoughts.</p>
<p>Create a div with a semi transparent background that covers the whole screen and toggle it on when you want to display the popup. The popup could be another div that you toggle on and z-index to the front of the screen.</p>
<p>ot sure even how to search for this or even explain it.  Have you ever searched for lyrics, gone to the lyrics site and that annoying popup comes up asking you if you want a ringtone of the song you are trying to find lyrics for?  Well I legitimately need something like this for a site.  Or something prominent when they go to the homepage that puts focus on the splash message and includes a link to a corresponding page and a close button.  When they close the splash screen, the home page comes back.  Lyrics Freak or Metro Lyrics has this.  I dunno where to start.  I don't even know what language it's written in, but my site is on a windows server.  I am actually an ASP programmer.  Many thanks in advance for your thoughts.</p>
<p>Create a div with a semi transparent background that covers the whole screen and toggle it on when you want to display the popup. The popup could be another div that you toggle on and z-index to the front of the screen.</p>
<p>ot sure even how to search for this or even explain it.  Have you ever searched for lyrics, gone to the lyrics site and that annoying popup comes up asking you if you want a ringtone of the song you are trying to find lyrics for?  Well I legitimately need something like this for a site.  Or something prominent when they go to the homepage that puts focus on the splash message and includes a link to a corresponding page and a close button.  When they close the splash screen, the home page comes back.  Lyrics Freak or Metro Lyrics has this.  I dunno where to start.  I don't even know what language it's written in, but my site is on a windows server.  I am actually an ASP programmer.  Many thanks in advance for your thoughts.</p>
<p>Create a div with a semi transparent background that covers the whole screen and toggle it on when you want to display the popup. The popup could be another div that you toggle on and z-index to the front of the screen.</p>
<p>ot sure even how to search for this or even explain it.  Have you ever searched for lyrics, gone to the lyrics site and that annoying popup comes up asking you if you want a ringtone of the song you are trying to find lyrics for?  Well I legitimately need something like this for a site.  Or something prominent when they go to the homepage that puts focus on the splash message and includes a link to a corresponding page and a close button.  When they close the splash screen, the home page comes back.  Lyrics Freak or Metro Lyrics has this.  I dunno where to start.  I don't even know what language it's written in, but my site is on a windows server.  I am actually an ASP programmer.  Many thanks in advance for your thoughts.</p>
<p>Create a div with a semi transparent background that covers the whole screen and toggle it on when you want to display the popup. The popup could be another div that you toggle on and z-index to the front of the screen.</p>
<p>ot sure even how to search for this or even explain it.  Have you ever searched for lyrics, gone to the lyrics site and that annoying popup comes up asking you if you want a ringtone of the song you are trying to find lyrics for?  Well I legitimately need something like this for a site.  Or something prominent when they go to the homepage that puts focus on the splash message and includes a link to a corresponding page and a close button.  When they close the splash screen, the home page comes back.  Lyrics Freak or Metro Lyrics has this.  I dunno where to start.  I don't even know what language it's written in, but my site is on a windows server.  I am actually an ASP programmer.  Many thanks in advance for your thoughts.</p>
<br />
<h3>Random Content</h3>
<p>Create a div with a semi transparent background that covers the whole screen and toggle it on when you want to display the popup. The popup could be another div that you toggle on and z-index to the front of the screen.</p>
<p>ot sure even how to search for this or even explain it.  Have you ever searched for lyrics, gone to the lyrics site and that annoying popup comes up asking you if you want a ringtone of the song you are trying to find lyrics for?  Well I legitimately need something like this for a site.  Or something prominent when they go to the homepage that puts focus on the splash message and includes a link to a corresponding page and a close button.  When they close the splash screen, the home page comes back.  Lyrics Freak or Metro Lyrics has this.  I dunno where to start.  I don't even know what language it's written in, but my site is on a windows server.  I am actually an ASP programmer.  Many thanks in advance for your thoughts.</p>
<p>Create a div with a semi transparent background that covers the whole screen and toggle it on when you want to display the popup. The popup could be another div that you toggle on and z-index to the front of the screen.</p>
<p>ot sure even how to search for this or even explain it.  Have you ever searched for lyrics, gone to the lyrics site and that annoying popup comes up asking you if you want a ringtone of the song you are trying to find lyrics for?  Well I legitimately need something like this for a site.  Or something prominent when they go to the homepage that puts focus on the splash message and includes a link to a corresponding page and a close button.  When they close the splash screen, the home page comes back.  Lyrics Freak or Metro Lyrics has this.  I dunno where to start.  I don't even know what language it's written in, but my site is on a windows server.  I am actually an ASP programmer.  Many thanks in advance for your thoughts.</p>
<p>Create a div with a semi transparent background that covers the whole screen and toggle it on when you want to display the popup. The popup could be another div that you toggle on and z-index to the front of the screen.</p>
<p>ot sure even how to search for this or even explain it.  Have you ever searched for lyrics, gone to the lyrics site and that annoying popup comes up asking you if you want a ringtone of the song you are trying to find lyrics for?  Well I legitimately need something like this for a site.  Or something prominent when they go to the homepage that puts focus on the splash message and includes a link to a corresponding page and a close button.  When they close the splash screen, the home page comes back.  Lyrics Freak or Metro Lyrics has this.  I dunno where to start.  I don't even know what language it's written in, but my site is on a windows server.  I am actually an ASP programmer.  Many thanks in advance for your thoughts.</p>
<p>Create a div with a semi transparent background that covers the whole screen and toggle it on when you want to display the popup. The popup could be another div that you toggle on and z-index to the front of the screen.</p>
<p>ot sure even how to search for this or even explain it.  Have you ever searched for lyrics, gone to the lyrics site and that annoying popup comes up asking you if you want a ringtone of the song you are trying to find lyrics for?  Well I legitimately need something like this for a site.  Or something prominent when they go to the homepage that puts focus on the splash message and includes a link to a corresponding page and a close button.  When they close the splash screen, the home page comes back.  Lyrics Freak or Metro Lyrics has this.  I dunno where to start.  I don't even know what language it's written in, but my site is on a windows server.  I am actually an ASP programmer.  Many thanks in advance for your thoughts.</p>
<p>Create a div with a semi transparent background that covers the whole screen and toggle it on when you want to display the popup. The popup could be another div that you toggle on and z-index to the front of the screen.</p>
<p>ot sure even how to search for this or even explain it.  Have you ever searched for lyrics, gone to the lyrics site and that annoying popup comes up asking you if you want a ringtone of the song you are trying to find lyrics for?  Well I legitimately need something like this for a site.  Or something prominent when they go to the homepage that puts focus on the splash message and includes a link to a corresponding page and a close button.  When they close the splash screen, the home page comes back.  Lyrics Freak or Metro Lyrics has this.  I dunno where to start.  I don't even know what language it's written in, but my site is on a windows server.  I am actually an ASP programmer.  Many thanks in advance for your thoughts.</p>
<script language="javascript" type="text/javascript">
function togglePopup() {
    document.getElementById("screen").style.visibility = 'visible';
    document.getElementById("popup").style.visibility = 'visible';
}
function closePopup() {
    document.getElementById("screen").style.visibility = 'hidden';
    document.getElementById("popup").style.visibility = 'hidden';
}
</script>
</body>
</html>
Random Solutions  
 
programming4us programming4us