<% strVal = Request("strVal") If strVal = 1 then Response.Write "The number you entered is not valid!

" ElseIf strVal = 2 then Response.Write "We're sorry, but the number you entered does not appear to qualify for DSL service at this time.

" ElseIf strVal = 3 then Response.Write "We're unable to determine if you can get DSL via our online pre-qualification process. Please contact our support department at (888)709-4949.

" End If %> Please enter your telephone number, including your area code:

Example: 530-622-4242

 

 

<% If strVal = "" then Response.Write "



" Response.Write "The telephone number entered must be a valid, working SBC/AT&T telephone line." Response.Write "

" End If %>