I have a drop down menu. I am trying to set it up so that when the link is clicked, the page, or in my case the pdf loads ina new window. I have tried target:"_new" and target:"_blank" already with no success. Below is the code.
menus[4] = {mBarImgId:"menuImg_5",
mBarImgNormal:imagesNormal["about2"],
mBarImgHilite:imagesHilite["about2"],
menuItems:[ {text:"Standard Designs",
href:"std_design.pdf"},
{text:"Standard Type Styles",
href:"std_type_styles.pdf"},
{text:"Standard Monograms",
href:"std_monogram.pdf"}
],
elemId:""
};
Thanks,
Skills
menus[4] = {mBarImgId:"menuImg_5",
mBarImgNormal:imagesNormal["about2"],
mBarImgHilite:imagesHilite["about2"],
menuItems:[ {text:"Standard Designs",
href:"std_design.pdf"},
{text:"Standard Type Styles",
href:"std_type_styles.pdf"},
{text:"Standard Monograms",
href:"std_monogram.pdf"}
],
elemId:""
};
Thanks,
Skills