non funziona,
esce questo errore
Tipo di errore:
Errore di compilazione di Microsoft VBScript (0x800A0408)
Carattere non valido
/prova.asp, line 9, column 27
if Request("tabella") <> 2<%if Request("tabella") <> 3 Then Respobse.write("style=""display:none""")
--------------------------^
<%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%>
<!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=iso-8859-1" />
<title>Documento senza titolo</title>
</head>
<body>
<table width="200" border="0" <%if Request("tabella") <> 1 Then Respobse.write("style=""display:none""")%> <%if Request("tabella") <> 2<%if Request("tabella") <> 3 Then Respobse.write("style=""display:none""")%> Then Respobse.write("style=""display:none""")%>>
<tr>
<td>Tabella 1</td>
</tr>
</table>
<table width="200" border="0" <%if Request("tabella") <> 1 Then Respobse.write("style=""display:none""")%> <%if Request("tabella") <> 2<%if Request("tabella") <> 3 Then Respobse.write("style=""display:none""")%> Then Respobse.write("style=""display:none""")%>>
<tr>
<td>Tabella 2</td>
</tr>
</table>
</body>
</html>

Rispondi quotando