Jump to content
Fórum Script Brasil
  • 0

Chamar variavel do form no botão


karlosrapanui

Question

Um campo inputtext

<input name="cid" type="text" class="caixa" id="cid" size="15" onKeyUp="passaVariavel();">

um botao Pesquisar

quando vou preenchendo o campo cid vou jogando os valores em

<input type="hidden" name="valorCID" id="valorCID" size="10">

utilizando

<script language="JavaScript">
function passaVariavel(){
     var valorCID = document.getElementById('cid').value;
     document.form1.valorCID.value = valorCID;
}
</script>

Até ai uma beleza, porem o que eu quero é "carregar" esse valorCID no botao pesquisar...to usando assim

<a href="incluir.php?acao=Pesquisar&cid=<?php echo $valorCID; ?>">

<img src="imagens/btnPesquisar2.jpeg" width="75" height="17" border="0" alt="Pesquisar código C.I.D.">

</a>

O que eu quero na verdade é fazer uma pesquisa utilizando o botao Pesquisar sem submeter o form

Mas não vai

alguém tem uma ideia ?

Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



  • Forum Statistics

    • Total Topics
      152.2k
    • Total Posts
      652k
×
×
  • Create New...