qst è il codice mentre per l'errore qnd clicco su "PREMI" mi da solo quella scrittacodice:<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"> <title>Insert title here</title> </head> <LINK type="text/css" rel="stylesheet" title="style" href="provacss.css" > <script type="text/javascript"> function richiama() { var nuovaclasse; nuovaclasse = document.getElementById("pippo"); nuovaclasse.className = "BST_TABLE", } </script> <body> <table> <tr> <td runat="server" onclick="richiama()" id= "1" class=pippo > PREMI </td> <tr> </table> </body> </html>

Rispondi quotando