Hi, I've observed a bug in IE.  The test case below causes an "Operation
aborted".  The key point appears to be the <div> surrounding the code

<html>
 <head>
   <script src="javascripts/prototype.js" type="text/javascript"></script>
   <script src="javascripts/effects.js" type="text/javascript"></script>
   <script src="javascripts/dragdrop.js" type="text/javascript"></script>
   <script src="javascripts/controls.js" type="text/javascript"></script>
   <script src="javascripts/application.js"
type="text/javascript"></script>
   <script src="javascripts/window.js" type="text/javascript"></script>
   <link href="stylesheets/windows_js/default.css" media="screen"
rel="Stylesheet" type="text/css" />
 </head>
 <body>
   <div>
     <script>var win = new Window();</script>
   </div>
 </body>
</html>

I found this in IE7, but I think I've observed it in IE6.  The same code
works correctly in FireFox
Many thanks for this utility - I'm really impressed by it!

--
 Neil
_______________________________________________
Javawin mailing list
[email protected]
http://mail.xilinus.com/mailman/listinfo/javawin_xilinus.com

Reply via email to