|
<%
If Request.QueryString("url") <> "" Then ' page has been called by a link
%>
&dept=<%=Server.URLEncode(Request.QueryString("dept"))%>">Click here to go to:
<%=Request.QueryString("title")%>
Or:
Click here to return to the Anoka County Web site
or simply use your browser's "Back" button to return to the previous page.
<%
Else ' page called without parameters
%>
This page enables visitors to go to an external Web site. Please use your browser's "Back" button to return to the previous page.
<%
End If
%>
|
Please Note: The Web site you want to go to is controlled by a different
organization and
Anoka County does not
endorse, takes no responsibility for, and exercises no control over the
organization or its views, or contents, nor does it vouch for the accuracy
of the information contained on the destination Web site. (Read
our Privacy Policy & Disclaimer) |