Electronic TV Guild in China

By Jian Shuo Wang on 2008-02-18 21:09 · Living in Shanghai

Below is the current TV program and their channels. Sorry that I only have Chinese version.

google.load(“feeds”, “1”);

function initialize() {

var feed = new google.feeds.Feed(“http://www.tvmao.com/tools/rss/");

feed.load(function(result) {

if (!result.error) {

var container = document.getElementById(“feed”);

for (var i = 0; i < result.feed.entries.length; i++) {

var entry = result.feed.entries[i];

var div = document.createElement(“div”);

var h3 = document.createElement(“h3”);

h3.appendChild(document.createTextNode(entry.title));

div.appendChild(h3);

var c = document.createElement(“div”);

c.innerHTML = entry.content;

div.appendChild(c);

container.appendChild(div);

}

}

});

}

google.setOnLoadCallback(initialize);

Loading….

1 Comments
Are there any English speaking television channels available in Shanghai. If so, what type of programing?
— Joe · 2009-05-18 21:36