%@ Language=VBScript %>
Download Software
<%
Dim v, d, r
v = Trim(Request.QueryString("v"))
d = Trim(Request.QueryString("d"))
If d="" or v="" Then
Response.Write "
What do you want to download? Please click here to do a search!"
Else
r = "http://www.regnow.com/softsell/visitor.cgi?affiliate=54787&action=site&vendor=" & v & "&ref=" & d
Response.Redirect r
End If
%>