Upon further inspection of my code, I had a "proper" SCRIPT tag such as
this:
<SCRIPT LANGUAGE="JavaScript" TYPE="text/javascript; charset=utf-8">
But apparently M$ IE barfs on the charset portion wether it's utf-8,
iso-8859-1 or windows-1252 (comical, not even windows charset works). But
the following does work apparently.
<SCRIPT LANGUAGE="JavaScript" TYPE="text/javascript">
Leif
----- Original Message -----
From: "Leif W" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, September 22, 2003 3:44 PM
Subject: Re: [Dynapi-Help] onresize hook .
> I used some code like this [1], but it worked only in Mozilla 1.5 beta,
> Mozilla Firebird 0.6.1, and Opera 7.11. M$ says Internet Explorer 6 has
all
> these fancy onresize[*|start|end] events[2], but it doesn't seem to work
> with a simple example like this, surprise surprise.
>
> [1] code
>
> window.onresize = function ()
> {
> alert( 'window was resized!!' );
> }
>
> [2]
>
http://msdn.microsoft.com/workshop/author/dhtml/reference/objects/obj_window.asp
>
> Leif
>
> ----- Original Message -----
> From: "George Ardeleanu" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Monday, September 22, 2003 2:22 PM
> Subject: [Dynapi-Help] onresize hook .
>
>
> >
> >
> >
> >
> > hello everyone ,
> >
> > i just started using the new dynapi 3.0 CVS version a couple of days ago
.
> > i realized in my script i need to perform a function call every time the
> > user resizes the window to update some display elements . however , i
> cant
> > seem to find how to accomplish this . Looking through some the list's
> > archives i came across some emails how one can call Dynapi.onresize =
> > function(...) {...}; i cant seem to personally get this to work . is
> > there a different way to accomplish this in DynAPI 3 ?
> >
> >
> > thanks .
> >
> > george .
> >
> >
> >
> > -------------------------------------------------------
> > This sf.net email is sponsored by:ThinkGeek
> > Welcome to geek heaven.
> > http://thinkgeek.com/sf
> > _______________________________________________
> > Dynapi-Help mailing list
> > [EMAIL PROTECTED]
> > https://lists.sourceforge.net/lists/listinfo/dynapi-help
> >
> >
>
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Dynapi-Help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dynapi-help