passing values in array from javascript to html and displaying them

Posted by cheesebunz on Stack Overflow See other posts from Stack Overflow or by cheesebunz
Published on 2010-05-26T03:23:53Z Indexed on 2010/05/26 4:11 UTC
Read the original article Hit count: 303

I currently have a MapToolKit.html , and two .js files namely map.js and search.js. When i search places like starbucks, they will return me addresses and coordinates stored into an array. I would like to display those multiple values into the html page, not just one value which i currently did it on my coding now.

Here's the source code: http://www.mediafire.com/?0minqxgwzmx

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about html