A voir également:
- Bouton Radio - Liens?
- Radio française - Télécharger - Médias et Actualité
- Bouton reinitialisation pc - Guide
- Réinitialiser chromecast sans bouton - Guide
- Forum Matériel & Système
- Diagnostic bouton photo - Accueil - Outils
1 réponse
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<script type="text/javascript">
function go(form)
{
var a=document.forms['abon'].choix.length;
for(var i=0;i<a;i++)
{
if(document.forms['abon'].choix[i].checked)
{
document.location=document.forms['abon'].choix[i].value;
}
}
}
</script>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>abonnement</title>
</head>
<body>
<center>
<font color="#009933" size="+3"><u>
Abonnement-client</u>
</font>
<form name="abon" action="#" method="get">
<input name="choix" type="radio" value="form1.htm" />Abonnement 1<br />
<input name="choix" type="radio" value="form2.htm" />Abonnement 2</br>
<input name="choix" type="radio" value="form3.htm" />Abonnement 3<br />
<input type="button" value="NEXT" onclick="go()"/>
</form>
</center>
</body>
</html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<script type="text/javascript">
function go(form)
{
var a=document.forms['abon'].choix.length;
for(var i=0;i<a;i++)
{
if(document.forms['abon'].choix[i].checked)
{
document.location=document.forms['abon'].choix[i].value;
}
}
}
</script>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>abonnement</title>
</head>
<body>
<center>
<font color="#009933" size="+3"><u>
Abonnement-client</u>
</font>
<form name="abon" action="#" method="get">
<input name="choix" type="radio" value="form1.htm" />Abonnement 1<br />
<input name="choix" type="radio" value="form2.htm" />Abonnement 2</br>
<input name="choix" type="radio" value="form3.htm" />Abonnement 3<br />
<input type="button" value="NEXT" onclick="go()"/>
</form>
</center>
</body>
</html>
Carl 2006