insertmenu

beasscript-logo-small

load the menu-script in the actual session

 

insert all windows as menu with menu-name

 

shtml=insertmenu=design=x,border=y,parent=z,id=tableid

 

design=0,1,2 or ul

set the design of menu

border=0 or 1

set the border on/off

standard = 0 (= off)

parent=<parent-menu-id>

if set, then only entrys with this parent-id are insert

id=name

for css-information: set the id with this name

if id is empty, then id is set to
(design=0: menuv, design=1:menuh, design=2=menut, other menuv)

 

Design

0

as Table, horizontal, without picture

<table width="100%" id=name><tr><td>url</td>...</tr></table>^

1

as Table, to Columns per Row with big picture

you must set the picturename

2

as table, vertical, without picture

ul

as list <ul id=name><li><a style="background-image:url(picturename)"...</li></ul>