What do you figure the odds are that people are going to need to know
more about your code than that? Like, you know, what your page's HTML
looks like, what those strings are you're inserting. Trivial points,
really... ;-)
--
T.J. Crowder
Independent Software Engineer
tj / crowder software / com
www / crowder software / com

On Jul 28, 9:19 pm, S L <june.st...@gmail.com> wrote:
> I have no problem displaying the page in IE7 and 8. But in IE9, these
> menus are missing.
>
> Here's the code:
>
> new Insertion.Bottom($("secondaryNav"),
> MyShop.Extranet.MyChart.secondaryMenuHtml);
>         new Insertion.Bottom($("primaryNav"),
> MyShop.Extranet.MyChart.primaryMenuHtml);
>         new Insertion.Bottom($("breadcrumbNav"),
> MyShop.Extranet.MyChart.breadcrumbMenuHtml);
>         new Insertion.Top($("footer"),
> MyShop.Extranet.MyChart.footerMenuHtml);
>
>         var menu = $("menu");
>         var userTitle = (menu != null ? menu.down("h2") : null);
>         if(menu && userTitle) {
>         new Insertion.Bottom(userTitle, '<a href="./bye.asp">(Log Out)</
> a>');
>
>         }
>
> Please help. Thanks.
>
> Steve

-- 
You received this message because you are subscribed to the Google Groups 
"Prototype & script.aculo.us" group.
To post to this group, send email to prototype-scriptaculous@googlegroups.com.
To unsubscribe from this group, send email to 
prototype-scriptaculous+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en.

Reply via email to