WAHtmlRoot deprecated messages for IE

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

WAHtmlRoot deprecated messages for IE

Martial Boniou
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
Reply | Threaded
Open this post in threaded view
|

Re: WAHtmlRoot deprecated messages for IE

Philippe Marschall
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
Reply | Threaded
Open this post in threaded view
|

Re: WAHtmlRoot deprecated messages for IE

Martial Boniou
Thank you!

--
Martial

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
>

_______________________________________________
Seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside