P
psychomad
hi,
i'm trying to display a page using a menu created using javascipt.
The problem is that when i click on the menu, it shows the page in the
menu frame. I've tried using the 'target' to target it to the Main
Frame but it is not working. Help plz...
fixMozillaZIndex=true;
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;
with(menuStyle=new mm_style()){
bordercolor="#296488";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="75%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#DCE9F0";
offcolor="#515151";
onbgcolor="#4F8EB6";
oncolor="#ffffff";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777',
Direction=135, Strength=5)";
padding=5;
pagebgcolor="#82B6D7";
pagecolor="black";
separatorcolor="#2D729D";
separatorsize=1;
subimage="arrow.gif";
subimagepadding=2;
}
with(psychomad=new menuname("Main Menu")){
alwaysvisible=1;
left=10;
overflow="scroll";
style=menuStyle;
top=175;
aI("text=Home;url=home.htm;target=mainFrame;");
aI("text=Available Stocks;url=http://www.yahoo.com;");
aI("text=About Us;url=http://www.yahoo.com;");
aI("text=Contact Us;url=http://www.yahoo.com;");
aI("text=Sitemap;url=http://www.yahoo.com;");
aI("showmenu=Car Gallery;text=Car Gallery;");
aI("text=Incoming Stock;url=flash_pro.htm;");
}
drawMenus();
i'm trying to display a page using a menu created using javascipt.
The problem is that when i click on the menu, it shows the page in the
menu frame. I've tried using the 'target' to target it to the Main
Frame but it is not working. Help plz...
fixMozillaZIndex=true;
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;
with(menuStyle=new mm_style()){
bordercolor="#296488";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="75%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#DCE9F0";
offcolor="#515151";
onbgcolor="#4F8EB6";
oncolor="#ffffff";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777',
Direction=135, Strength=5)";
padding=5;
pagebgcolor="#82B6D7";
pagecolor="black";
separatorcolor="#2D729D";
separatorsize=1;
subimage="arrow.gif";
subimagepadding=2;
}
with(psychomad=new menuname("Main Menu")){
alwaysvisible=1;
left=10;
overflow="scroll";
style=menuStyle;
top=175;
aI("text=Home;url=home.htm;target=mainFrame;");
aI("text=Available Stocks;url=http://www.yahoo.com;");
aI("text=About Us;url=http://www.yahoo.com;");
aI("text=Contact Us;url=http://www.yahoo.com;");
aI("text=Sitemap;url=http://www.yahoo.com;");
aI("showmenu=Car Gallery;text=Car Gallery;");
aI("text=Incoming Stock;url=flash_pro.htm;");
}
drawMenus();