On Apr 21, 10:58 pm, Yasir <[email protected]> wrote:
> Hi Larry
>
> I get the same error message (even from teh useless IE debugger I just
> installed)
I'd guess that IE doesn't like using a function reference as an object
having properties.
Instead of the shorthand
display("data").innerHTML = printConcertList;
try
var el = display("data"); el.innerHTML = printConcertList;
Andrew
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Google Maps API" 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/Google-Maps-API?hl=en
-~----------~----~----~----~------~----~------~--~---