|
|
<%
Select Case Request.QueryString("go")
Case "torque"
Server.Execute("gt_torque_spanish.asp")
Case "property"
Server.Execute("gt_property_spanish.asp")
Case "concrete"
Server.Execute("gt_concrete_spanish.asp")
Case "highways"
Server.Execute("gt_highways_spanish.asp")
Case "contact"
Server.Execute("gt_contact_spanish.asp")
Case Else
Server.Execute("gt_welcome_spanish.asp")
End Select
%> |
|