Video Disclaimer

From NCSC Wiki
(Difference between revisions)
Jump to: navigation, search
Line 9: Line 9:
 
     location.href = "Testpage2";
 
     location.href = "Testpage2";
 
}
 
}
 
function get_cookie(cname) {
 
    var name = cname + "=";
 
    var ca = document.cookie.split(';');
 
    for(var i=0; i<ca.length; i++) {
 
        var c = ca[i];
 
        while (c.charAt(0)==' ') c = c.substring(1);
 
        if (c.indexOf(name) != -1) return c.substring(name.length,c.length);
 
    }
 
    return "";
 
}
 
 
function check_cookie() {
 
    var username=get_cookie("ncsc_disclaimer_agreed");
 
    alert(username);
 
    if (username=="1") {
 
        alert("You have agreed to the term!");
 
    }
 
}
 
 
function startup()
 
{
 
    alert("it got here");
 
}
 
 
window.onload = startup; //Render first calculator
 
 
</script>  
 
</script>  
 
<body>
 
<body>
 
<strong>To view the video library you must agree to the terms below.</strong>
 
<strong>To view the video library you must agree to the terms below.</strong>
<br>
 
 
<br>
 
<br>
 
<br>
 
<br>

Revision as of 11:15, 5 August 2014

To view the video library you must agree to the terms below.

I agree to not disclose any information of the follow videos.

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox