"Jason Johnston" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]...
> Roland M�sl wrote:
> > Why has Mozillla 0.99
> >
> > onresize
> >
> > not implemented?
> >
>
>
>
> Durrrr...
>
> <html>
> <head>
> <script type="text/javascript">
> window.onresize = function() { alert("resized"); }
> </script>
> </head>
> <body></body>
> </html>
>
> Works just fine...
> ...so what do you really mean?

I tried it also with the alert in the resize function,
but I implemented it with

 document.body.onresize=br;
 document.body.onbeforeprint=print_init;

in layout.js javascript
because I wanted to have it out of the html document

So seems the problem is at

 document.body.onresize=br;

Thanks for Your helpfull input


--
Roland M�sl
http://pege.org Clear targets for a confused civilization
http://BeingFound.com Web Design starts at the search engine


Reply via email to