<script type="text/javascript">
    var numposts = 100;  
    var standardstyling = true;
    function showrecentposts(json) {
      for (var i = 0; i < numposts; i++) {
        var entry = json.feed.entry[i];
        var posttitle = entry.title.$t;
        var posturl;
        if (i == json.feed.entry.length) break;
        for (var k = 0; k < entry.link.length; k++) {
          if (entry.link[k].rel == 'alternate') {
            posturl = entry.link[k].href;
            break;
          }}
        posttitle = posttitle.link(posturl);
        if (standardstyling) document.write('<li>');
        document.write(posttitle);}
        if (standardstyling) document.write('</li>');
    }
    </script>
    <ul>
    <script src="http://successbriliantacademy.blogspot.in/feeds/posts/default?orderby=published&amp;alt=json-in-script&amp;callback=showrecentposts&amp;max-results=999"></script>
    </ul> - See more at: http://www.techfinite.net/2013/06/best-method-to-create-html-sitemap-page_29.html#sthash.vi6P6tGE.dpuf

No comments:

Education

Education

SUCCESS BRILIANT ACADEMY © 2012-2014. All Rights Reserved | Powered by-Blogger

Designed by-Windroidclub