Code: Select all
with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=134;
screenposition="center";
alwaysvisible=1;
orientation="horizontal";
aI("text=Home;url=index.html;target=_top;");
aI("text=Calendars;url=CalendarSearch.asp;target=_top;");
aI("text=Product Search;url=ProductSearch1.asp;target=_top;");
aI("text=Featured Products;url=featureproducts.asp;target=_top;");
aI("text=Contact Us;url=contactus.asp;target=_top;");
aI("text=Monthly Drawing!;url=Drawing.asp;target=_top;");
aI("text=IDEAS;url=PromoIdeas.asp;target=_top;");
}
i have tried adding the "/"
Code: Select all
aI("text=IDEAS;url/=PromoIdeas.asp;target=_top;");
any ideas? thanks. e