Index: misc/drupal.js
===================================================================
RCS file: /cvs/drupal/drupal/misc/drupal.js,v
retrieving revision 1.29.2.1
diff -u -r1.29.2.1 drupal.js
--- misc/drupal.js 15 Jul 2007 23:07:06 -0000 1.29.2.1
+++ misc/drupal.js 14 Nov 2007 15:45:36 -0000
@@ -139,11 +139,12 @@
return;
}
// Note: some browsers require the literal name/id attributes on the tag,
- // some want them set through JS. We do both.
+ // some want them set through JS. We do both. IE6 even needs the src attribute
+ // or it will show a security warning for secured connections
window.iframeHandler = function () {};
var div = document.createElement('div');
div.id = 'redirect-holder';
- $(div).html('');
+ $(div).html('');
var iframe = div.firstChild;
$(iframe)
.attr({