<%@Language="VBScript"%> <% Set objConn = Server.CreateObject("ADODB.Connection") objConn.open strConn strSQL = "SELECT prodName FROM tblProduct" Set objRS = Server.CreateObject("ADODB.recordset") objRS.Open strSQL, objConn getHeader("contact") %> www.roaddogcustoms.com
 
   
     
 
Road Dog Customs
11791 Slauson Ave.
Sante Fe Springs,
CA 90670
Information
Phone : 562-698-8999
Fax : 562-698-2852
info@roaddogcustoms.com
 
 
 
 
Submit a Question for an email response within 48 hours.

*Required field
 
<% 'If intMailSent > 0 Then %> <% 'Else %> <% 'End If %>

*First Name: <% 'If strFirstName = "" AND intSubmit > 0 Then ' Response.Write("
Please enter your first name.") 'End If %>
*Last Name: <% 'If strLastName = "" AND intSubmit > 0 Then ' Response.Write("
Please enter your last name.") 'End If %>
Address:
City:
State:
Zip:
Phone:
*Email: <% 'If Not isValidEmail(strEmail) AND intSubmit > 0 Then ' Response.Write("
Please enter a valid email address.") 'End If %>
   
*Your Question: <% 'If strBodyText = "" AND intSubmit > 0 Then ' Response.Write("
Please enter a message.") 'End If %>
    
<% objRS.close Set objRS = Nothing getFooter() %>