Visualizzazione dei risultati da 1 a 8 su 8

Discussione: guestboock

  1. #1

    guestboock

    salve è un po che non frequento il forum ma spero vogliate aiutarmi lo stesso, dunque:
    Ho un sito fatto con 4 frame .
    Un intestazione
    un menu sinistro
    una pagina centrale
    un menu destro
    dunque nel menu di destra ho messo il guestboock di HTML:It
    Ora mi sorge un problema :come faccio a far comparire il guestboock nel frame principale cliccando sulla voce del menu destro?
    grazie

  2. #2
    Utente di HTML.it
    Registrato dal
    Aug 2003
    Messaggi
    709
    Al link del menù di destra aggiungi l'attributo target:
    codice:
    <a target="nomeFrameCentrale" ...>link</a>
    oppure (dipende dalla struttura del tuo frameset ma penso che nel tuo caso possa funzionare):
    codice:
    <a target="parent.frames[1]" ...>link</a>

  3. #3
    ma è lo scripting che ti da html.it non è un link

  4. #4
    Utente di HTML.it
    Registrato dal
    Aug 2003
    Messaggi
    709
    Postami il codice del menù di destra ed dello script di html.it (o il link allo script, se preferisci)
    Secan

  5. #5
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
    <html>
    <head>
    <title>Documento senza titolo</title>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    <style>
    a:visited {color: #FFffff; text-decoration: none}
    a:link {color: #FFffff; text-decoration: none }
    a:hover { color: #ffff00; text-decoration: none }
    </style>

    </head>

    <body background="immagini/erba1.gif">

    <table width="162" border="0" cellpadding="0" cellspacing="0">

    <tr>
    <td width="18" height="86"></td>
    <td width="90"></td>
    <td width="39"></td>
    <td width="11"></td>
    <td width="4"></td>
    </tr>
    <tr>
    <td height="19"></td>
    <td colspan="2" valign="top"><font color="#FFFFFF">Gioca con noi</font></td>
    <td></td>
    <td></td>
    </tr>
    <tr>
    <td height="5"></td>
    <td></td>
    <td></td>
    <td></td>
    <td></td>
    </tr>
    <tr>
    <td height="19"></td>
    <td colspan="2" valign="top"><font color="#FFFFFF">Comunicati</font></td>
    <td></td>
    <td></td>
    </tr>
    <tr>
    <td height="5"></td>
    <td></td>
    <td></td>
    <td></td>
    <td></td>
    </tr>
    <tr>
    <td height="19"></td>
    <td colspan="2" valign="top"><font color="#FFFFFF">Scuola Calcio</font></td>
    <td></td>
    <td></td>
    </tr>
    <tr>
    <td height="5"></td>
    <td></td>
    <td></td>
    <td></td>
    <td></td>
    </tr>
    <tr>
    <td height="19"></td>
    <td colspan="2" valign="top"><font color="#FFFFFF">La Societ&agrave;</font></td>
    <td></td>
    <td></td>
    </tr>
    <tr>
    <td height="5"></td>
    <td></td>
    <td></td>
    <td></td>
    <td></td>
    </tr>
    <tr>
    <td height="19"></td>
    <td colspan="2" valign="top"><font color="#FFFFFF">Il Campo</font></td>
    <td></td>
    <td></td>
    </tr>
    <tr>
    <td height="5"></td>
    <td></td>
    <td></td>
    <td></td>
    <td></td>
    </tr>
    <tr>
    <td height="19"></td>
    <td colspan="2" valign="top"><font color="#FFFFFF">Notizie utili</font></td>
    <td></td>
    <td></td>
    </tr>
    <tr>
    <td height="5"></td>
    <td></td>
    <td></td>
    <td></td>
    <td></td>
    </tr>
    <tr>
    <td height="19"></td>
    <td colspan="3" valign="top"><font color="#FFFFFF"><SCRIPT LANGUAGE='JavaScript' SRC='http://codice.html.it/codguest.asp?idguest=45060'></SCRIPT></font></td>
    <td></td>
    </tr>
    <tr>
    <td height="5"></td>
    <td></td>
    <td></td>
    <td></td>
    <td></td>
    </tr>
    <tr>
    <td height="19"></td>
    <td colspan="3" valign="top"><SCRIPT LANGUAGE='JavaScript' SRC='http://codice.html.it/codguestl.asp?idguest=45060'></SCRIPT></td>
    <td></td>
    </tr>
    <tr>
    <td height="5"></td>
    <td></td>
    <td></td>
    <td></td>
    <td></td>
    </tr>
    <tr>
    <td height="19"></td>
    <td valign="top"><font color="#FFFFFF">Scrivici</font></td>
    <td></td>
    <td></td>
    <td></td>
    </tr>
    <tr>
    <td height="91"></td>
    <td></td>
    <td></td>
    <td></td>
    <td></td>
    </tr>
    </table>
    </body>
    </html>



    grazie

  6. #6
    Utente di HTML.it
    Registrato dal
    Aug 2003
    Messaggi
    709
    Prova semplicemente a sostituire
    codice:
    <SCRIPT LANGUAGE='JavaScript' SRC='http://codice.html.it/codguestl.asp?idguest=45060'></SCRIPT>
    con:
    Secan

  7. #7
    ti ringrazio vabene anche cosi non lo apre nel form che voglio ma a tutta pagina e va bene lo stesso grazie di cuore

  8. #8
    no scusa avevo sbagliato io grazie sei un grande

Permessi di invio

  • Non puoi inserire discussioni
  • Non puoi inserire repliche
  • Non puoi inserire allegati
  • Non puoi modificare i tuoi messaggi
  •  
Powered by vBulletin® Version 4.2.1
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved.