13/04/2005, 03:49
|
| Moderador extraterrestre | | Fecha de Ingreso: diciembre-2001 Ubicación: Madrid
Mensajes: 6.987
Antigüedad: 23 años, 1 mes Puntos: 61 | |
Perfecto. No te preocupes!
Prueba con esto: Código PHP: <html>
<head>
<title>Untitled</title>
</head>
<body>
<form name="form1" method="post" action="01Datos.asp">
<input type="radio" name="radiobutton" value="Alta" checked onclick="document.getElementById('pepe').href='02Datos.asp?Accion=alta'">
<input type="radio" name="radiobutton" value="B"onclick="document.getElementById('pepe').href='02Datos.asp?Accion=baja'">
<input type="submit" name="Submit" value="Continuar >>">
</form>
<a name="pepe" href="02Datos.asp?Accion=alta">pulse aqui</a>
</body>
</html>
Dime que tal te fue!
__________________ Cómo escribir
No hay pregunta tonta, sino tonto que quiere seguir en la ignorancia. |