bazaboo 0 Newbie Poster

I need to be able to modify the Yahoo maps Ajax API to fill the javascript cities array from my Access database.
var cities = [
{name: "3909 N. Ocean Blvd Fort Lauderdale", pop: "7.554.236"},
{name: "Bimini Bahamas", pop: "115.918"},
{name: "Scottsdale Arizona", pop: "587.891"},
{name: "Stamford", pop: "A-1 ALUMINUM PRODUCTS COMPANY"},
{name: "Denver Colorado", pop: "347.100"},
{name: "Humacao", pop: "7.048"},
{name: "48 ZIRCON ROAD Pelican Key St. Maarten", pop: "12.326"},
];

Any ideas would be greatly appreciated!

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.