'footer' is undefined - v3 map

Some pages in our site using V3 are experiencing this js error.

Line: 2
Char: 159480
Error: 'footer' is undefined

So far, we haven't been able to isolate what is causing this.

Seems like others are having the problem too: http://pietschsoft.com/Blog/Post.aspx PostID=1302

Anyone know what causes it




Answer this question

'footer' is undefined - v3 map

  • Pranathi

    Unfortunately this does not fix it for us.

    We get the "operation aborted" message instead.

    Regards,

    Ian



  • citifortune concepts

    use var footer=null;

    this is not an elegant solution but you can use it till the elegant solution will be available.

    Thanks


  • mickeyfitzray

    Seems like MS fixed it - however we got the "aborted" error I reported above.

    This was a result of trying to display the map before the full page had loaded. Once we changed that it is ok now.

    Cheers



  • eric963258741

    Hi Kooki,

    Unfortunately this produces a new error. I get a javascript alert with the message: Internet Explorer cannot open: http://xxxx/xxxxx. Opertation Aborted.

    Clicking OK to clear this dialog, leaves the javascript on the page broken (postbacks don't work for example)

    Ian



  • amedjones

    A temporary workaround to this issue is to perform the script registration and map initialization inside the head element. and not the inside body.


  • chami602

    Ian, did you ever find a solution to this
    I'm getting the same error.
    Did the suggestion of puting everyhting in the head work
    Thanks
    John.


  • 'footer' is undefined - v3 map