It could be an Employee monitor, if behind an intranet, or some
warm/anti-virus with some injected stuff by default.

Use the same script with a blank page and one single input or simply shot
the DOM via

<script>
$(document).ready(function(){
    document.body.innerHTML = document.documentElement.outerHTML;
});
</sctript>

and compare result with what you posted before.

On Thu, Jul 23, 2009 at 12:54 PM, John Resig <jere...@gmail.com> wrote:

>
> I checked no plugin is installed for IE 6.0
>> Did you check on Windows 2000 Professional.
>>
>
> I don't have access to that operating system.
>
> I'm still leaning towards some sort of external modification going on since
> there's really no reason for another element to appear when there isn't one
> on the page.
>
> --John
>
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"jQuery Development" group.
To post to this group, send email to jquery-dev@googlegroups.com
To unsubscribe from this group, send email to 
jquery-dev+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/jquery-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to