<% If Request.Form("toldcategory") = "true" Then CheckCategory Else AskCategory End If Sub CheckCategory If Request.Form("category") = "webdesign" Then ItsWebDesign Else If Request.Form("category") = "mediaservices" Then ItsMediaServices Else If Request.Form("category") = "webservices" Then ItsWebServices Else Response.Write("Error. You did not specify what category your quote request falls in. Please try again.") AskCategory End If End If End If End Sub %> Balanced Designs - an NTC Company


Home

Web Design

Media Services

Web Services

Portfolio

Get a Quote

Contact Us

NTC Home

 

<% Sub AskCategory %>

Which category would your quote request fall in?

(includes new site, revamp existing site, etc.)
(includes media copying, custom animation, digital photo albums, presentations, etc.)
(includes domain registration, set up hosting, set up server, etc.)


<% End Sub %> <% Sub ItsWebDesign %>

Contact Name

Position

Company

Email Address

Web Site URL

Please give us a brief description of what you want:

 

<% End Sub %> <% Sub ItsMediaServices %>

Contact Name

Position

Company

Email Address

Web Site URL (if applicable)

Please check which (if any) of the following services you are interested in:

Media Copying to ( for more info email video@balanceddesigns.com)

Custom Animation

Digital Photo Album

Slideshow

Presentation

Please give us a brief description of what you want:

<% End Sub %> <% Sub ItsWebServices %>

Contact Name

Position

Company

Email Address

Web Site URL (if applicable)

Potential Domain Name (if applicable)

Registrar of Existing Domain Name (if applicable)

Host Company (if applicable)

 

Please give us a brief description of what you want:

<% End Sub %>