- <html>
- <head>
- <title>liste des jours d'un mois par marilyn manson</title>
- </head>
- <body>
- <script>
- document.write('<form>')
- document.write('vous êtes né le ')
- document.write('<select name=day><option>jours</option>')
- for(i=1; i<32; i++) //indique le nombre de jours
- { document.write('<option value='+i+'>'+i+'</option>');
- }
- document.write('</select>')
- document.write(' avril')
- document.write('</form>')
- </script>
-
- </body>
- </html>
<html>
<head>
<title>liste des jours d'un mois par marilyn manson</title>
</head>
<body>
<script>
document.write('<form>')
document.write('vous êtes né le ')
document.write('<select name=day><option>jours</option>')
for(i=1; i<32; i++) //indique le nombre de jours
{ document.write('<option value='+i+'>'+i+'</option>');
}
document.write('</select>')
document.write(' avril')
document.write('</form>')
</script>
</body>
</html>