Jeff, >Yeah, thats what I did. Didn't work. Hmmm.
Ooh... I just thought of something. I think maybe the problem came from the generation of the <iframe /> used in IE6 to make sure the dropdown goes over select elements. I just looked at the actual source I'm using on the server and found this at line 257: $results.append( $('<iframe src="' + window.location.protocol + '//' + window.location.hostname + window.location.pathname + 'blank.html"></iframe>') ); // new code I now remember that I needed to load a valid blank.html file to get the error box to go away. There's probably a more elegant solution, but I need to fix the problem quickly. -Dan