tsarri Postado Setembro 1, 2004 Denunciar Share Postado Setembro 1, 2004 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"> Tenis</label></td> </tr><tr> <td><input id="rblOpcoes_1" type="radio" name="rblOpcoes" value="2" /><label for="rblOpcoes_1"> Meia</label></td> </tr><tr> <td><input id="rblOpcoes_2" type="radio" name="rblOpcoes" value="3" /><label for="rblOpcoes_2"> Bolsa</label></td> </tr><tr> <td><input id="rblOpcoes_10" type="radio" name="rblOpcoes" value="10001" /><label for="rblOpcoes_10"> 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> Citar Link para o comentário Compartilhar em outros sites More sharing options...
0 dark0 Postado Setembro 1, 2004 Denunciar Share Postado Setembro 1, 2004 Porque não deu certo?Onde está o codigo asp pra gente dar uma olhada? Citar Link para o comentário Compartilhar em outros sites More sharing options...
0 bareta Postado Setembro 2, 2004 Denunciar Share Postado Setembro 2, 2004 brother faça o seguinte qual o erro que dá??? da erro??? ou num faz o que deveria...cite especificamente as linhas em que ocorrem os erros... Citar Link para o comentário Compartilhar em outros sites More sharing options...
0 tsarri Postado Setembro 2, 2004 Autor Denunciar Share Postado Setembro 2, 2004 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"> Tenis</label></td> </tr><tr> <td><input id="rblOpcoes_1" type="radio" name="rblOpcoes" value="2" /><label for="rblOpcoes_1"> Meia</label></td> </tr><tr> <td><input id="rblOpcoes_2" type="radio" name="rblOpcoes" value="3" /><label for="rblOpcoes_2"> Bolsa</label></td> </tr><tr> <td><input id="rblOpcoes_10" type="radio" name="rblOpcoes" value="10001" /><label for="rblOpcoes_10"> 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> Citar Link para o comentário Compartilhar em outros sites More sharing options...
0 dark0 Postado Setembro 2, 2004 Denunciar Share Postado Setembro 2, 2004 sim, o codigo tá aí, mas PORQUE não FUNCIONA? Citar Link para o comentário Compartilhar em outros sites More sharing options...
0 tsarri Postado Setembro 3, 2004 Autor Denunciar Share Postado Setembro 3, 2004 você percebeu que na enquete tem um botão invisivel, é isto não esta funcionando, se você poder me ajudar eu agradeço. Citar Link para o comentário Compartilhar em outros sites More sharing options...
Pergunta
tsarri
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.
Link para o comentário
Compartilhar em outros sites
5 respostass a esta questão
Posts Recomendados
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.