titolo: "&titolo&"") testo = rs("sttvci_testo") if IsNull(testo) then testo = "" end if 'response.Write("
testo: "&testo&"") nascosto = rs("sttvci_nascosto") end if rs.close strsql = "SELECT vci_nome FROM Voci WHERE vci_nascosto = False AND vci_id = " & vci_id rs.open(strsql) if not rs.eof then titolo_princ = rs("vci_nome") end if rs.close ' ------------- else ' VOCE DEL MENU 'response.Write(strsql) strsql = "SELECT * FROM Voci WHERE vci_nascosto = False AND vci_id = " & vci_id rs.open(strsql) if not rs.eof then titolo = rs("vci_nome") 'response.Write("
titolo: "&titolo&"") testo = rs("vci_testo") if IsNull(testo) then testo = "" end if 'response.Write("
testo: "&testo&"") nascosto = rs("vci_nascosto") end if rs.close ' -------------- end if %>
|
|
|
|||||||||
![]() |
|||||||||||
|
|||||||||||
|
<%
if titolo_princ <> "" then
%>
<%=titolo_princ%> <%=titolo%> <% else %><%=titolo%> <% end if %> <%=testo%>
|
|||||||||||