Jump to content
Fórum Script Brasil
  • 0

Funcion - Consulta Se O Campo Está Com O Valor


gosank

Question

Bom é o seguinte o segundo SE serve para que se o valor da "categoriacc" for pessoa fisica exiba o alerta. Mas eu queria que exibisse o alerta e continuasse, colocando "return true" ele envia sendo que existe outro campo para ser verificado.

o codigo :

===============================================

function valida_pre(f) {

if ( window.document.frmcurso.categoriacc.value == "" ){

alert("Selecione o Tipo de Cadastro!");

window.document.frmcurso.categoriacc.focus();

return true;

}

if ( window.document.frmcurso.categoriacc.value == "Pessoa Fisica" ){

alert("Não é preciso preencher o campo Rasão social!");

window.document.frmcurso.categoria.focus();

return false ;

}

if ( window.document.frmcurso.categoria.value == "" ){

alert("O Campo Categoria deve ser preenchido!");

window.document.frmcurso.categoria.focus();

return false;

}

====================================================

se alguém puder me ajdudar !!!

Desde já obrigado.

Geraldo

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

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
      651.8k
×
×
  • Create New...