[previous] [next]

Creating desktop shortcuts

Creating a desktop shortcut is similar to creating a menu system. Find the following line in options area.

m = desk_icons

Then add the following line for each desktop shortcut.

m[m.length] = new Menu("name", icon_num, "action")
Where

[previous] [next]

Return to Dynamic HTML Resource Center