home *** CD-ROM | disk | FTP | other *** search
- <%
- Dim strSezione
- strSezione = request.querystring("sezione")
- %>
-
- <table width="100">
- <tr>
- <td><h3>Men∙</h3></td>
- </tr>
- <tr>
- <td>
- <% If strSezione = "" Then %>
- <b>Home</b>
- <% Else %>
- <a href="menuasp.asp">Home</a>
- <% End If%>
- </td>
- </tr>
- <tr>
- <td>
- <% If strSezione = "foto" Then %>
- <b>Foto</b>
- <% Else %>
- <a href="foto.asp?sezione=foto">Foto</a>
- <% End If %>
- </td>
- </tr>
- <tr>
- <td>
- <% If strSezione = "scrivimi" Then %>
- <b>Scrivimi</b>
- <% Else %>
- <a href="scrivimi.asp?sezione=scrivimi">Scrivimi</a>
- <% End If %>
- </td>
- </tr>
- </table>
-