Dialog error in Internet Explorer 6

Dialog error in Internet Explorer 6


Hello. When I use the dialog in jquery UI I get an error in explorer
6. The dialog still works and behaves normally, but it seems to put a
stop to some of my scripts.The error is on line 1120 and the debugger
says invalid argument. I used Microsofts script debugger to make sure
and it dumped me on line 1120 of the jquery-1.2.6.js file, not one of
the UI files. The line the debugger points to is:
elem[ name ] = value;
This seems to be part of the larger attr: function( elem, name,
value ) {} but I'm no javascript expert so I could very well be wrong.
I get this error whatever I do, even if I just do the basic
$(document).ready(function() {
$('#dialogTest').dialog();
});
Of course there are no problems in firefox or safari which are the
only two other browsers I have tested so far. The link below leads to
my web server where I have put up the most basic version of the
dialog. Does anyone else get the same error in IE 6?
I have put up a page here: http://www.ad-vis.com/functional/dialog.html
Kindly, Marcus.