Io ti aiuto volentieri ma tu fai un piacere a noi tutti, non scrivere con abbreviazioni tipo sms, la cosa da fastidio a molti di noi. Graziecodice:<!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> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Documento senza titolo</title> <style type="text/css"> <!-- .Stile1 { font-size: 9pt; font-family: Arial, Helvetica, sans-serif; font-weight: bold; } --> </style> </head> <body> <span class="Stile1"> <input type="radio" name="V1" checked value="V1" onclick="location.href='pag2.htm'"> <label>primo</label> <input type="radio" name="V1" value="V2" onclick="location.href='pag1.htm'"> <label>secondo</label> </span> </body> </html>

Rispondi quotando