On 23/08/07, Mislav Marohnić <[EMAIL PROTECTED]> wrote:
> On 8/23/07, Richard Quadling <[EMAIL PROTECTED]> wrote:
> > Using FF and/or the patch previously mentioned and no requests are made.
>
> Can you please try
>
> src=//:
>
> ... like in Base2 and see if there are requests. Thanks

Being a numpty, my current code is ...

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

This needs to become what? I don't know what Base2 is (sorry).

-- 
-----
Richard Quadling
Zend Certified Engineer : http://zend.com/zce.php?c=ZEND002498&r=213474731
"Standing on the shoulders of some very clever giants!"

--~--~---------~--~----~------------~-------~--~----~
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