This page uses javascripts, but your browser is not currently supporting java scripts. Please turn ON scripting in your web browser.

SAMHSA.gov
The Substance Abuse & Mental Health Services Administration


SAMHSA IT Page

IT Resources for Contractors

Web Site "Exit Disclaimer" Language

SAMHSA has pre-approved language for web site's Exit Disclaimer. This disclaimer language that should be displayed as a pop-up window when a user leaves a SAMHSA funded site and goes to a non-government site (such as .com, .edu, .net, .org). The Exit Disclaimer language is:

"You are about to leave the SAMHSA website. SAMHSA provides links to other Internet sites as a service to its users, and is not responsible for the availability or content of these external sites. SAMHSA, its employees, and contractors do not endorse, warrant, or guarantee the products, services, or information described or offered at these other Internet sites. Any reference to a commercial product, process, or service is not an endorsement or recommendation by the SAMHSA, its employees, or contractors. For documents available from this server, the U.S. Government does not warrant or assume any legal liability or responsibility for the accuracy, completeness, or usefulness of any information, apparatus, product, or process disclosed."

Click here to view an example of SAMHSA's exit disclaimer pop-up window.

Source Code

To add this exit disclaimer to your website, place the javascript below into the <Head> area of your HTML page.

----------------------------------------

<script language="JavaScript">
<!--
function Disclaimer(){
     alert("You are about to leave the SAMHSA website. SAMHSA provides links to other Internet sites as a service to its users, and is not responsible for the availability or content of these external sites. SAMHSA, its employees, and contractors do not endorse, warrant, or guarantee the products, services, or information described or offered at these other Internet sites. Any reference to a commercial product, process, or service is not an endorsement or recommendation by the SAMHSA, its employees, or contractors. For documents available from this server, the U.S. Government does not warrant or assume any legal liability or responsibility for the accuracy, completeness, or usefulness of any information, apparatus, product, or process disclosed.")
}
//-->
</SCRIPT>
<noscript>This page uses javascripts, but your browser is not currently supporting java scripts. Please turn ON scripting in your web browser. </noscript>
-----------------------------------------

Then add the ONCLICK command to each of the links that point to a non govt website. The links should look similar to the one below when complete:

<a href="http://www.drugfree.org/Portal/DrugIssue/MethResources/meth_quiz.html" onclick="Disclaimer()">Click here to take the Meth Quiz </a>

The resulting link should work like this one... Click here to take the Meth Quiz


Last Update: 5/3/2007