Visualizzazione dei risultati da 1 a 4 su 4

Discussione: _self

  1. #1

    _self

    ssmItems[1]=["Pagina 1 - #1 a #101", "muretto.htm", ""]

    come gli inserisco il destination _self e dove?

    grazie

  2. #2
    Utente di HTML.it L'avatar di nuky
    Registrato dal
    Oct 2001
    Messaggi
    1,053
    Mi sa che devi postare anche tutto il resto dello script...
    - "E' un messaggio. E' di Svarion, della terra di Merdor!"
    - "Busto Arsizio?"
    - "Terrazzo, sgabello, formaggio. Borraccia blu, ca**o di gomma e... CANNUCCIA!"
    - "Ca**o dici? C'è scritto «frocio chi legge»!"

  3. #3
    <!--

    /*
    Configure menu styles below
    NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
    */
    YOffset=150; // no quotes!!
    XOffset=0;
    staticYOffset=30; // no quotes!!
    slideSpeed=40 // no quotes!!
    waitTime=160; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
    menuBGColor="black";
    menuIsStatic="yes"; //this sets whether menu should stay static on the screen
    menuWidth=180; // Must be a multiple of 10! no quotes!!
    menuCols=2;
    hdrFontFamily="verdana";
    hdrFontSize="2";
    hdrFontColor="white";
    hdrBGColor="#170088";
    hdrAlign="left";
    hdrVAlign="center";
    hdrHeight="15";
    linkFontFamily="Verdana";
    linkFontSize="2";
    linkBGColor="#FFCC33";
    linkOverBGColor="#FFFF99";
    linkTarget="_top";
    linkAlign="Left";
    barBGColor="black";
    barFontFamily="Verdana";
    barFontSize="3";
    barFontColor="white";
    barVAlign="center";
    barWidth=30; // no quotes!!
    barText="ALMENO CREDO"; // <IMG> tag supported. Put exact html for an image to show.

    ///////////////////////////

    // ssmItems[...]=[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header
    ssmItems[0]=["Visita il MURETTO:"] //create header
    ssmItems[1]=["Pagina 1 - #1 a #101", "muretto.htm", ""]
    ssmItems[2]=["Pagina 2 - #102 a #203", "muretto2.htm",""]
    ssmItems[3]=["Pagina 3 - #204 a #305", "muretto3.htm", ""]
    ssmItems[4]=["Pagina 4 - #306 a #407", "muretto4.htm", "_new"]
    ssmItems[5]=["Pagina 5 - no active", "#", ""]
    ssmItems[6]=["Pagina 6 - no active", "#", ""]
    buildMenu();

  4. #4
    Utente di HTML.it L'avatar di nuky
    Registrato dal
    Oct 2001
    Messaggi
    1,053
    Non hai postato abbastanza in modo da mostrare la window.open, però almeno hai postato tu stesso la spiegazione della struttura:
    codice:
    // ssmItems[...]=[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header
    Nel tuo caso hai:
    nome: Pagina 1 - #1 a #101
    link: muretto.htm
    target: _self

    Quindi:
    codice:
    ssmItems[1]=["Pagina 1 - #1 a #101", "muretto.htm", "_self"]
    - "E' un messaggio. E' di Svarion, della terra di Merdor!"
    - "Busto Arsizio?"
    - "Terrazzo, sgabello, formaggio. Borraccia blu, ca**o di gomma e... CANNUCCIA!"
    - "Ca**o dici? C'è scritto «frocio chi legge»!"

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.