Sign up to create your own snipts, or login.

Public snipts » gurgelrenan's snipts » index - palpiteiro

posted on Sep 28, 2009 at 9:56 a.m. EDT in 
  • <html>
    	<head>
    		<title>Palpiteiro de Mega Sena </title>
    	</head>
    	<body>
    		<h1>Bem Vindo ao Palpiteiro de Mega Sena</h1>
    		<h2>Escolha o número de bolas a serem sorteadas</h2>	
    		<form action = "palpiteiro.php" method = "post">
    			<select name = "escolha" >
    				<option value = "6">6</option>
    				<option value = "7">7</option>	
    				<option value = "8">8</option>
    				<option value = "9">9</option>
    				<option value = "10">10</option>
    			</select>
    			<input type = "submit" value = "sortear">
    		</form>
    	</body>
    </html>
    

    copy | embed

0 Comments

Sign up, or login to leave a comment.