Google Maps API - Javascript Question

Discussion in 'JavaScript' started by getyour, Jun 15, 2006.

  1. #1
    getyour, Jun 15, 2006 IP
  2. Slapyo

    Slapyo Well-Known Member

    Messages:
    266
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    108
    #2
    Looks like you need to remove this:
          // put the assembled sidebar_html contents into the sidebar div
          document.getElementById("sidebar").innerHTML = sidebar_html;
    Code (markup):
    Also, any reference in the Javascript to the variable sidebar_html should be removed or commented out. Also remove the DIV with the ID of sidebar.
     
    Slapyo, Jun 16, 2006 IP
  3. getyour

    getyour Peon

    Messages:
    290
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Thanks for your reply. I tried removing all references to the sidebar_html and also the DIV for the sidebark, but the map still won't display.
     
    getyour, Jun 16, 2006 IP