if (!preencher) { nome = nome.text email = email.text curso = curso.getItemAt (Aqui é o combo) loadVariables("cadastro.php", "", "POST"); nextFrame(); } ------------------------------------------------------------------------------ if (!preencher) { nome = nome.text email = email.text curso = curso.getSelectedItem (Aqui é o combo) loadVariables("cadastro.php", "", "POST"); nextFrame(); } ------------------------------------------------------------------------ if (!preencher) { nome = nome.text email = email.text curso = curso.getValue (Aqui é o combo) loadVariables("cadastro.php", "", "POST"); nextFrame(); }