File: D:/web/itpartnership/downloads2.asp
<html>
<head>
<title>
</title>
<!--#include file="inc-head.asp"-->
</head>
<body>
<%
If UCase(Request.Form("Customer")) = "ANY" Then
Response.Redirect("downloads/itp")
ElseIf UCase(Request.Form("Customer")) <> "" Then
Response.Redirect("downloads/" + Request.Form("Customer"))
End If
%>
<form method="post" action="downloads.asp">
Customer Name:<input type="text" name="Customer" value="Any">
<input type="submit" name="Go" value="Go">
</form>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
var pageTracker = _gat._getTracker("UA-4455167-1");
pageTracker._initData();
pageTracker._trackPageview();
</script>
</body>
</html>