Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)
Paste
Pasted as HTML by sasdsad ( 2 years ago )
<%@ page language="java" contentType="text/html; charset=ISO-8859-1"
pageEncoding="ISO-8859-1"%>
<!DOCTYPE html>
<html>
<head>
<meta charset="ISO-8859-1">
<title>Insert title here</title>
<script>
</script>
</head>
<body>
Digite as letras do nome
<input type="text" id="letras"/><br><br>
<input type="radio" name="genero" id="m"/> Masculino
<input type="radio" name="genero" id="f"/> Feminino<br><br>
<input type="button" onClick="buscar()" value="Buscar"/>
<br><br>
<span id="resultado">
-
</span>
</body>
</html>
Revise this Paste