On 10/8/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> should be
>
> 4014: "src='http://javascript:void(0)'><\/script>");
>
> I forget what brings up the error but.. :) fix! <#3

no :) there is no javascript and http at all.
this it the right way to work with https. (afaik)

it should be as dean wrote:

  "@MSIE.+win": {
    init: function() {
      this.base();
      // Matthias Miller/Mark Wubben/Paul Sowden/Me
      document.write("<script id=__ready defer src=//:><\/script>");
      document.all.__ready.onreadystatechange = function() {
        if (this.readyState == "complete") {
          this.removeNode(); // tidy
          DOMContentLoaded.fire();
        }
      };
    }
  },

source: http://base2.googlecode.com/svn/trunk/lib/src/base2-dom.js

best,

w

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Prototype: Core" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/prototype-core?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to