1 - I tried it on IE 6 and IE 7, same alert on both and same error.

2 - My ID is unique, i only have a same element class like this:
<div id="search">
  <div class="search">
  </div>
</div>
        ==> But i already tried to rename the id "search" by "foo" or
"bar" >> same error

3 - Like you can see it's a <div> node and not XML

4 - It is an ID and not a name... lol

5 - I tried to call it in 2 way :
        a - Event.observe(window, 'load', go_search, false);

        b - <a onclick="go_search()" href="#">search</a>

   Then DOM is loaded

6 - Finally i use prototype 1.6.0.2

Nothing to do....

I m still searching....

THX


On 10 juil, 19:09, jdalton <[EMAIL PROTECTED]> wrote:
> What version of IE are you using.
> Prototype supports IE 6+
>
> Is your Element ID unique?
> Is it an html element and not an xml node?
> Is it an ID and not a name attribute?
> Are you calling this after the dom has loaded?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Spinoffs" group.
To post to this group, send email to rubyonrails-spinoffs@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-spinoffs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to