Ir para conteúdo
Fórum Script Brasil
  • 0

Enquente No Bd


tsarri

Pergunta

Ola galera eu crie um uma enquente com codigos de JavaScript, porem eu fui colocar os codigos de ASP para eu ficar no BD de dados do Access não deu certo, alguém pode me ajudar a colocar este enquente no Bd.

<html>
<body>

<head>
<STYLE>.shows { VISIBILITY: visible }
.hides { VISIBILITY: hidden; display: none; }
</STYLE>
</head>

<script language="javascript">
function VerificaOutros()
{
for(i=0;i<document.formulario.rblOpcoes.length;i++)
if(document.formulario.rblOpcoes[i].checked==true && document.formulario.rblOpcoes[i].value>10000)
SpanOutros.className='shows'
else SpanOutros.className='hides';
}

function validacampos(){
for(i=0;i<document.formulario.rblOpcoes.length;i++)
if(document.formulario.rblOpcoes[i].checked==true && document.formulario.rblOpcoes[i].value>10000)
if(document.formulario.txtOutros.value.length==0){
alert('O campo OUTROS deve ser preenchido');
document.formulario.txtOutros.focus();
return(false);}

else
return(true);
}


</script>

<form name="formulario" method="post" action="" language="javascript" onsubmit="ValidatorOnSubmit();javascript:return validacampos()" id="formulario">
<input type="hidden" name="__VIEWSTATE" value="valor" />
<table>
<tr> 
<td valign="top">

<div id="pnVotar">


<table width="100%" border="0" cellspacing="0" cellpadding="5">
<tr>
<td class="formtitulo">Que produto você quer na loja virtual?</td>
</tr>
</table>

<table id="rblOpcoes" class="formtextobranco" cellspacing="0" cellpadding="1" onclick="javascript:VerificaOutros();" border="0" style="width:100%;border-collapse:collapse;">
<tr>
<td><input id="rblOpcoes_0" type="radio" name="rblOpcoes" value="1" /><label for="rblOpcoes_0">&nbsp;Tenis</label></td>
</tr><tr>
<td><input id="rblOpcoes_1" type="radio" name="rblOpcoes" value="2" /><label for="rblOpcoes_1">&nbsp;Meia</label></td>
</tr><tr>
<td><input id="rblOpcoes_2" type="radio" name="rblOpcoes" value="3" /><label for="rblOpcoes_2">&nbsp;Bolsa</label></td>
</tr><tr>
<td><input id="rblOpcoes_10" type="radio" name="rblOpcoes" value="10001" /><label for="rblOpcoes_10">&nbsp;Outro(s)</label></td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="5">
<tr>
<td class="formtextobranco">
<SPAN class="hides" id="SpanOutros">Especifique seu voto: 
<input name="txtOutros" type="text" maxlength="100" id="txtOutros" class="formtexto" style="width:200px;" size="20" />
</SPAN>
<span id="RequiredFieldValidator2" class="formerro" controltovalidate="rblOpcoes" errormessage="Selecione uma opção" display="Dynamic" evaluationfunction="RequiredFieldValidatorEvaluateIsValid" initialvalue="" style="display:none;">Selecione uma opção</span>
</td>
</tr>
</table>

<table width="100%" border="0" cellspacing="0" cellpadding="5">
<tr>
<td class="formtitulo"><input type="submit" name="btnVotar" value="Comprar" onclick="if (typeof(Page_ClientValidate) == 'function') Page_ClientValidate(); " language="javascript" id="btnVotar" class="formtexto" /></td>
</tr>
</table>

</div> 

</td>
</tr></table>

<script language="javascript">
<!--
var Page_Validators = new Array(document.all["RequiredFieldValidator2"]);
// -->
</script>


<script language="javascript">
<!--
var Page_ValidationActive = false;
if (typeof(clientInformation) != "undefined" && clientInformation.appName.indexOf("Explorer") != -1) {
if ((typeof(Page_ValidationVer) != "undefined") && (Page_ValidationVer == "125"))
ValidatorOnLoad();
}

function ValidatorOnSubmit() {
if (Page_ValidationActive) {
ValidatorCommonOnSubmit();
}
}
// -->
</script>

</form>

</body>
</html>

Link para o comentário
Compartilhar em outros sites

5 respostass a esta questão

Posts Recomendados

  • 0

Porque não deu certo?

Onde está o codigo asp pra gente dar uma olhada?

Link para o comentário
Compartilhar em outros sites

  • 0

Da ai o codigo, uem puder me ajudar eu agradeço.....

<html>
<body>

<head>
<STYLE>.shows { VISIBILITY: visible }
.hides { VISIBILITY: hidden; display: none; }
</STYLE>
</head>

<script language="javascript">
function VerificaOutros()
{
for(i=0;i<document.formulario.rblOpcoes.length;i++)
if(document.formulario.rblOpcoes[i].checked==true && document.formulario.rblOpcoes[i].value>10000)
SpanOutros.className='shows'
else SpanOutros.className='hides';
}

function validacampos(){
for(i=0;i<document.formulario.rblOpcoes.length;i++)
if(document.formulario.rblOpcoes[i].checked==true && document.formulario.rblOpcoes[i].value>10000)
if(document.formulario.txtOutros.value.length==0){
alert('O campo OUTROS deve ser preenchido');
document.formulario.txtOutros.focus();
return(false);}

else
return(true);
}


</script>

<%
'Two varibles are passed into the db
'u_input is the value if the user entered a response to
'the vote/poll question....IP is the address of the user
u_input=request.form("u_input")
u_ip=request.servervariables("remote_addr")

' if the user did not enter anything in the poll on this visit
' then display the poll question and possible choices
if u_input = "" then
%>

<form name="formulario" method="post" action="<%= request.servervariables("script_name") %>" > 
<language="javascript" onsubmit="ValidatorOnSubmit();javascript:return validacampos()" id="formulario" >
<input type="hidden" name="__VIEWSTATE" value="valor" />
<table>
<tr> 
<td valign="top">

<div id="pnVotar">


<table width="100%" border="0" cellspacing="0" cellpadding="5">
<tr>
<td class="formtitulo">Que produto você quer na loja virtual?</td>
</tr>
</table>

<table id="rblOpcoes" class="formtextobranco" cellspacing="0" cellpadding="1" onclick="javascript:VerificaOutros();" border="0" style="width:100%;border-collapse:collapse;">
<tr>
<td><input id="rblOpcoes_0" type="radio" name="rblOpcoes" value="1" /><label for="rblOpcoes_0">&nbsp;Tenis</label></td>
</tr><tr>
<td><input id="rblOpcoes_1" type="radio" name="rblOpcoes" value="2" /><label for="rblOpcoes_1">&nbsp;Meia</label></td>
</tr><tr>
<td><input id="rblOpcoes_2" type="radio" name="rblOpcoes" value="3" /><label for="rblOpcoes_2">&nbsp;Bolsa</label></td>
</tr><tr>
<td><input id="rblOpcoes_10" type="radio" name="rblOpcoes" value="10001" /><label for="rblOpcoes_10">&nbsp;Outro(s)</label></td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="5">
<tr>
<td class="formtextobranco">
<SPAN class="hides" id="SpanOutros">Especifique seu voto: 
<input name="txtOutros" type="text" maxlength="100" id="txtOutros" class="formtexto" style="width:200px;" size="20" />
</SPAN>
<span id="RequiredFieldValidator2" class="formerro" controltovalidate="rblOpcoes" errormessage="Selecione uma opção" display="Dynamic" evaluationfunction="RequiredFieldValidatorEvaluateIsValid" initialvalue="" style="display:none;">Selecione uma opção</span>
</td>
</tr>
</table>

<table width="100%" border="0" cellspacing="0" cellpadding="5">
<tr>
<td class="formtitulo"><input type="submit" name="btnVotar" value="Comprar" onclick="if (typeof(Page_ClientValidate) == 'function') Page_ClientValidate(); " language="javascript" id="btnVotar" class="formtexto" /></td>
</tr>
</table>

</div> 

</td>
</tr></table>
<%
else
accessdb="votes_db" 
cn="driver={Microsoft Access Driver (*.mdb)};"
cn=cn & "dbq=" & server.mappath(accessdb)
set rs = server.createobject("ADODB.Recordset")
sql = "select ip from ballot where ip ='" & u_ip & "'"

sql = "insert into ballot (ip, selection" & u_input &") "
sql = sql & "values ('" & u_ip & "',1)"
rs.Open sql, cn
end if

'This will summerize and count the records in the db
sql= "select distinctrow sum(selection1) as sum_selection1, " 
sql= sql & "sum(selection2) AS sum_selection2, sum(selection3) AS sum_selection3, "
sql= sql & "sum(selection4) AS sum_selection4, count(*) AS total_votes "
sql= sql & "FROM ballot;"
rs.Open sql, cn
total1=rs ("sum_selection1")
total2=rs ("sum_selection2")
total3=rs ("sum_selection3")
total4=rs ("sum_selection4")
count=rs ("total_votes")
%>
<br>
A<img src="images/red.jpg" height="10" width="<%= (total1/count)*100 %>">
<%= formatnumber((total1/count)*100,1)  %>%<br>
B<img src="images/yellow.jpg" height="10" width="<%= (total2/count)*100 %>">
<%= formatnumber((total2/count)*100,1)  %>%<br>
C<img src="images/green.jpg" height="10" width="<%= (total3/count)*100 %>">
<%= formatnumber((total3/count)*100,1)  %>%<br>
D<img src="images/blue.jpg" height="10" width="<%= (total4/count)*100 %>">
<%= formatnumber((total4/count)*100,1)  %>%<br>
Total Votes: <%= formatnumber(count,0,0) %></form>

</body>
</html>

Link para o comentário
Compartilhar em outros sites

  • 0

sim, o codigo tá aí, mas PORQUE não FUNCIONA?

Link para o comentário
Compartilhar em outros sites

Participe da discussão

Você pode postar agora e se registrar depois. Se você já tem uma conta, acesse agora para postar com sua conta.

Visitante
Responder esta pergunta...

×   Você colou conteúdo com formatação.   Remover formatação

  Apenas 75 emoticons são permitidos.

×   Seu link foi incorporado automaticamente.   Exibir como um link em vez disso

×   Seu conteúdo anterior foi restaurado.   Limpar Editor

×   Você não pode colar imagens diretamente. Carregar ou inserir imagens do URL.



  • Estatísticas dos Fóruns

    • Tópicos
      152,3k
    • Posts
      652,3k
×
×
  • Criar Novo...