Login | Forgot password | Register

X

What is OpenID?

OpenID is an Internet-wide identity system that allows you to sign in to many websites with a single account.

With OpenID, your ID becomes a URL (e.g. http://username.myopenid.com/). You can get a free OpenID for example from myopenid.com.

For more information visit the official OpenID site.

Jump to:

17478 Posts in 4473 Topics by 1972 members

Archive

SilverStripe Forums » Archive » Google map

Our old forums are still available as a read-only archive.

Page: 1
Go to End
Author Topic: Google map 528 Views
  • Tareq
    avatar
    Community Member
    8 posts

    Google map Link to this post

    Hi ,

    i have tried for Google map , its working fine on IE6 .

    But it unable to load on Fire Fox 2/3 and all browser exceplt IE6.
    If any done this b4 plz guide me

    <script src="http://maps.google.com/maps?file=api&amp;v=2&amp;key=ABQIAAAAL9p-ttSpSXjZhfVNwtcp1xTYWXSD7CGyIvJDLwBds4cM4TwQsRRP9s4HXyCkkgtMtdDRNHeeSCMOIw"
    type="text/javascript"></script>
    <script type="text/javascript">

    //<![CDATA[

    function load() {
    if (GBrowserIsCompatible()) {
        var map = new GMap2(document.getElementById("map"),
    { size: new GSize(350,293) } );
    //var map = new GMap2(document.getElementById("map"));

          map.setCenter(new GLatLng(51.5002, -0.1262), 13);
          
          map.addControl(new GLargeMapControl());
          map.addControl(new GMapTypeControl());
        }
    }

    //]]>
    </script>

    <div id="map" style="width:350px; height:293px"></div>
    thanx
    tareq

  • justjc51
    avatar
    Community Member
    23 posts

    Re: Google map Link to this post

    Try having a look at http://www.silverstripe.com/site-builders-forum/flat/150224 that you would have found if you did the search Google Maps firefox ;)

    528 Views
Page: 1
Go to Top

Currently Online: Motoma, Kiran, lise, Mohammed, steve_nyhof, Thomas B. Nielsen

Welcome to our latest member: jhstripe

Want to know more about the company that brought you SilverStripe? Then check out SilverStripe.com

Comments on this website? Please give feedback.