dal tag HREF vorrei richiamare uno script VB, ho fatto :
<script language="vbscript">
sub makebox(tipobox)
if tipobox="old" then
boxuser.style.visibility= "visible"
boxpassword.style.visibility= "visible"
testouser.style.visibility= "visible"
testopassword.style.visibility= "visible"
tratto1.style.visibility= "visible"
end if
end sub
</script>
<tr>
<td width="100%" colspan=2" align="center" class="nero-hin">Indicate se siete un nuovo utente oppure un utente gia' registrato </td></tr>
quindi mi aspetto che quando viene clikkato "un nuovo utente" sia
richiamata la "sub" "makebox" passando il parametro "new".
Pero' sembra non funzionare , dove sbaglio ?
grazie.