I'm not sure why Sam put it in there. The correct form should be:

    var src = "javascript:void(0)";
    if (location.protocol == "https:") src = "https://"; + src;
    document.write("<script id=__onDOMContentLoaded defer src='" + src +
"'><\/script>");

Sam, can you replace this?


On 8/22/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>
>
> 4014:      "src='://javascript:void(0)'><\/script>");
>
> shouldn't this be:
> 4014:      "src='http://javascript:void(0)'><\/script>");
>
> ie6 was tossing errors on-load, but only when mod-rewrite was turned
> on and my server was dumping a full web page back to this request,
> which shouldn't even hit the server, right?
>
> :)
>
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Prototype: Core" group.
To post to this group, send email to prototype-core@googlegroups.com
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