-
Notifications
You must be signed in to change notification settings - Fork 0
/
java.js
286 lines (218 loc) · 6.83 KB
/
java.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
function ValidarForm()
{
var usuario;
var senha;
usuario = document.getElementById("txtUsuario");
senha = document.getElementById("txtSenha");
if (usuario.value == "") {
window.alert("Usuário não informado");
usuario.focus(); }
else {
if (senha.value == "") {
window.alert("Senha não informada");
senha.focus(); }
else {
document.forms["frmLogin"].submit();
}
}
}
function Limpar ()
{
document.getElementById("txtUsuario").value="";
document.getElementById("txtSenha").value="";
}
function ValidaForm()
{
var usuario;
usuario = document.getElementById("txtUsuario");
if (usuario.value == "") {
window.alert("Usuário não informado");
usuario.focus(); }
else {
document.forms["frmLogin"].submit();
}
}
function ValidarForm2()
{
var nome;
var endereco;
var cidade;
var estado
var cep;
var email;
var fone;
var cpf;
var pass;
var user;
nome = document.getElementById("txtNome");
endereco = document.getElementById("txtEndereco");
cidade = document.getElementById("txtCidade");
estado = document.getElementById("txtEstado");
cep = document.getElementById("txtCep");
email = document.getElementById("txtEmail");
fone = document.getElementById("txtFone");
cpf = document.getElementById("txtCpf");
user = document.getElementById("txtUsuario");
pass = document.getElementById("txtPass");
if (nome.value == "") {
window.alert("Nome não informado");
nome.focus(); }
else if (endereco.value == "") {
window.alert("Endereço não informado");
endereco.focus(); }
else if (cidade.value == "") {
window.alert("Cidade não informada");
cidade.focus(); }
else if (estado.value == "") {
window.alert("Estado não informado");
estado.focus(); }
else if (cep.value == "") {
window.alert("CEP não informado");
cep.focus(); }
else if (email.value == "") {
window.alert("Email não informado");
email.focus(); }
else if (fone.value == "") {
window.alert("Fone não informado");
fone.focus(); }
else if (cpf.value == "") {
window.alert("CPF não informado");
cpf.focus(); }
else if (user.value == "") {
window.alert("Usuário não informado");
user.focus(); }
else if (pass.value == "") {
window.alert("Senha não informada");
pass.focus(); }
else{
document.forms["frmCadastro"].submit();
}
}
function ValidarForm4()
{
var nome;
var endereco;
var cidade;
var estado
var cep;
var email;
var fone;
var cpf;
var pass;
nome = document.getElementById("txtNome");
endereco = document.getElementById("txtEndereco");
cidade = document.getElementById("txtCidade");
estado = document.getElementById("txtEstado");
cep = document.getElementById("txtCep");
email = document.getElementById("txtEmail");
fone = document.getElementById("txtFone");
cpf = document.getElementById("txtCpf");
pass = document.getElementById("txtPass");
if (nome.value == "") {
window.alert("Nome não informado");
nome.focus(); }
else if (endereco.value == "") {
window.alert("Endereço não informado");
endereco.focus(); }
else if (cidade.value == "") {
window.alert("Cidade não informada");
cidade.focus(); }
else if (estado.value == "") {
window.alert("Estado não informado");
estado.focus(); }
else if (cep.value == "") {
window.alert("CEP não informado");
cep.focus(); }
else if (email.value == "") {
window.alert("Email não informado");
email.focus(); }
else if (fone.value == "") {
window.alert("Fone não informado");
fone.focus(); }
else if (cpf.value == "") {
window.alert("CPF não informado");
cpf.focus(); }
else if (pass.value == "") {
window.alert("Senha não informada");
pass.focus(); }
else{
document.forms["frmCadastro"].submit();
}
}
function Limpar2 ()
{
document.getElementById("txtNome").value="";
document.getElementById("txtEndereco").value="";
document.getElementById("txtCidade").value="";
document.getElementById("txtEstado").value="";
document.getElementById("txtCep").value="";
document.getElementById("txtEmail").value="";
document.getElementById("txtFone").value="";
document.getElementById("txtCpf").value="";
document.getElementById("txtPass").value="";
}
function Limpar ()
{
document.getElementById("txtNome").value="";
document.getElementById("txtEndereco").value="";
document.getElementById("txtCidade").value="";
document.getElementById("txtEstado").value="";
document.getElementById("txtCep").value="";
document.getElementById("txtEmail").value="";
document.getElementById("txtFone").value="";
document.getElementById("txtCpf").value="";
document.getElementById("txtUsuario").value="";
document.getElementById("txtPass").value="";
}
function validaForm3(){
var objRadio = document.forms["pesquisa"].elements["tipo"];
var checado = false;
var valor;
var texto = document.getElementById("txt");
//Validando radios, percorrendo todos para ver qual está selecionado:
for (var i=0; i<objRadio.length; i++) {
if (objRadio[i].checked == true) {
checado = true;
valor = objRadio[i].value;
}
}
if (checado == true) {
if (texto.value == "") {
window.alert("Valor não informado");
return false;
texto.focus(); }
else{
document.forms["pesquisa"].submit();
}
}
else
{
alert("Por favor selecione uma opção!");
return false;
}
}
function validaForm5 (){
var texto;
texto = document.getElementById("a_answer");
if (texto.value == "") {
window.alert("Texto não informado");
texto.focus(); }
else{
document.forms["res"].submit();
}
}
function ValidaForm6(){
var topic;
var detail;
topic = document.getElementById("topic");
detail = document.getElementById("detail");
if (topic.value == "") {
window.alert("Tópico não informado");
topic.focus(); }
else if (detail.value == "") {
window.alert("Detalhes não informados");
detail.focus(); }
else{
document.forms["form1"].submit();
}
}