ssmItems[1]=["Pagina 1 - #1 a #101", "muretto.htm", ""]
come gli inserisco il destination _self e dove?
grazie
ssmItems[1]=["Pagina 1 - #1 a #101", "muretto.htm", ""]
come gli inserisco il destination _self e dove?
grazie
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»!"
<!--
/*
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();
Non hai postato abbastanza in modo da mostrare la window.open, però almeno hai postato tu stesso la spiegazione della struttura:
Nel tuo caso hai:codice:// ssmItems[...]=[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header
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»!"