I need to do a:
<!--[if gte IE 5.5000]> <script type=text/javascript src...
in the <HEAD> of my application. I saw in WAHtmlRoot (not the latest; I
loaded seaside2.8a1-lr.220) the #forIE*Do: messages but they are
deprecated.
> Hi all,
>
> I need to do a:
> <!--[if gte IE 5.5000]> <script type=text/javascript src...
> in the <HEAD> of my application. I saw in WAHtmlRoot (not the latest; I
> loaded seaside2.8a1-lr.220) the #forIE*Do: messages but they are
> deprecated.
>
> Is there a beautiful way to load my script?
>
> Regards,
>
> --
> Martial
>
> _______________________________________________
> Seaside mailing list
> [hidden email] > http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside >
On Fri, 2007-05-04 at 17:24 +0200, Philippe Marschall wrote:
> You betcha:
>
> anHtmlRoot if greaterThan orEqual ie55 do: [
> anHtmlRoot javascript url: '...' ]
>
> Cheers
> Philippe
>
> 2007/5/4, Martial Boniou <[hidden email]>:
> > Hi all,
> >
> > I need to do a:
> > <!--[if gte IE 5.5000]> <script type=text/javascript src...
> > in the <HEAD> of my application. I saw in WAHtmlRoot (not the latest; I
> > loaded seaside2.8a1-lr.220) the #forIE*Do: messages but they are
> > deprecated.
> >
> > Is there a beautiful way to load my script?
> >
> > Regards,
> >
> > --
> > Martial
> >
> > _______________________________________________
> > Seaside mailing list
> > [hidden email] > > http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside > >
> _______________________________________________
> Seaside mailing list
> [hidden email] > http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside >