Apolo - Atendimento Via E-Mail - Suporte Técnico
<%
Dim Vcategoria, Vtipo, Vprodutoform, Vproduto, Verro
Vcategoria = Request.QueryString("categoria")
Vtipo = Request.QueryString("tipo")
Vprodutoform = Request.QueryString("produtoform")
Verro = Request.QueryString("erro")
'primeira parte do Select, pega a variável Vcategoria e defini o Select vai aparecer abaixo na tela, sendo eles Pré-impressão, impressão, acabamento ou embalagem.
%>
Suporte Técnico
<%
If Verro = "1" Then
%>
É necessário escolher o produto que possui para continuar!
<%
End if
%>
Escolha abaixo o seu produto, para dar continuidade no preenchimento do formulário e gerar sua ordem de serviço!
Categoria:
<%
'Inicio da segunda parte do Select, essas codições são para aparecer os tipos de equipamento referente a sua categoria
'Pré-Impressão
If Vcategoria = "Pré-Impressão" Then
%>
Pré-Impressão:
<%
%>
<%
'Impressão
elseif Vcategoria = "Impressão" Then
%>
Impressão:
<%
'Acabamento
elseif Vcategoria = "Acabamento" Then
%>
Acabamento:
<%
'Embalagem
elseif Vcategoria = "Embalagem" Then
%>
Embalagem:
<%
end if%>
<%
'começa a terceira parte para escolher o produto de pré-impressão
if Vtipo = "Imagesetter" then
%>
Produto:
<%End if
if Vtipo = "CTP" then
%>
Produto:
<%End if
if Vtipo = "Processadora de Filme" then
%>
Produto:
<%End if
'começa a terceira parte para escolher o produto de impressão
if Vtipo = "Offset Monocolor" then
%>
Produto:
<%End if
if Vtipo = "Offset Bicolor" then
%>
Produto:
<%End if
if Vtipo = "Offset 4 cores ou mais" then
%>
Produto:
<%end if
if Vtipo = "Impressora Digital" then
%>
Produto:
<%end if
if Vtipo = "Furador e Pré-registro" then
%>
Produto:
<%end if
'começa a terceira parte para escolher o produto de acabamento
if Vtipo = "Acabamento Digital" then
%>
Produto:
<%End if
if Vtipo = "Guilhotina" then
%>
Produto:
<%End if
if Vtipo = "Guilhotina Trilateral" then
%>
Produto:
<%End if
if Vtipo = "Corte e Vinco" then
%>
Produto:
<%End if
if Vtipo = "Dobradeira" then
%>
Produto:
<%end if
if Vtipo = "Dobra-orelha" then
%>
Produto:
<%end if
if Vtipo = "Grampeadeira" then
%>
Produto:
<%End if
if Vtipo = "Costura" then
%>
Produto:
<%End if
if Vtipo = "Encardenadora" then
%>
Produto:
<%end if
if Vtipo = "Alceadeira" then
%>
Produto:
<%End if
if Vtipo = "Capa Dura" then
%>
Produto:
<%End if
if Vtipo = "Laminadora" then
%>
Produto:
<%end if
if Vtipo = "Envernizadora" then
%>
Produto:
<%end if
'começa a terceira parte para escolher o produto de Embalagem
if Vtipo = "Formadora de Caixa com Capa" then
%>
Produto:
<%End if
if Vtipo = "Dobradeira-Coladeira de Cartucho" then
%>
Produto:
<%End if
if Vtipo = "Acopladora" then
%>
Produto:
<%End if
if Vtipo = "Corte e Vinco Manual" then
%>
Produto:
<%End if
if Vtipo = "Corte e Vinco Automática" then
%>
Produto:
<%end if
if Vtipo = "Onduladeira" then
%>
Produto:
<%End if
if Vtipo = "Grampeadeira de Papelão" then
%>
Produto:
<%End if
if Vtipo = "Plotter de Corte" then
%>
Produto:
<%End if
if Vtipo = "Máquina de Corte a Laser" then
%>
Produto:
<%End if
if Vtipo = "Máquina Automática p/ Sacolas" then
%>