Code: Select all
with(milonic=new menuname("Main Menu")){
style=windows98style;
top=7;
screenposition="center";
alwaysvisible=1;
orientation="horizontal";
aI("text=Motherboards;showmenu=Motherboards;status=Getting to Know Your Motherboard");
aI("text=Drag-n-Drop;showmenu=Drag and Drop;status=Drag-n-Drop Components to the Motherboard;");
aI("text=A+ Jeopardy;showmenu=AP Jeopardy;status=A+ Jeopardy;");
aI("text=Search Engine;showmenu=Acronyms;status=Extensive Acronym Lookup and Glossary of Computer Terms;");
aI("text=Hard Drives;showmenu=Hard Drive;status=Understanding Hard Drives;");
aI("text=Logout;url=http://www.networkdriven.com/index22.html;status=Back To Home Page;");
}
Code: Select all
aI("text=<font color="#FF0000">Logout</font>;url=http://www.networkdriven.com/index22.html;status=Back To Home Page;");
Your help would be appreciated
