http://www.baidu.com/baidu?tn=myie2dg&ie=utf-8&word=%s", "label": "Baidu Search: "},
// {type: "search", title: "Google Search", url: "http://www.google.com/search?q=%s", "label": "Google Search: "},
// {type: "iframe", title: "Maxthon Website", url: "http://www.maxthon.com/", "size": "99%*500"},
// {type: "script", title: "Script Test :: Localhost", url: "http://localhost/local_test/preloader.js", namespace: "testScript"},
// {type: "script", title: "Script Test :: Remote", url: "http://beta.maxthon.com/temp/preloader.js", namespace: "myScript"}
//];
//
//maxStartPage.test.startItems = [
// {col: 0, type: "internal", value: "lastvisit"},
// {col: 0, type: "html", title: $lang("related_links"), url: "http://gocn.maxthon.com/startpage/links/"},
// {col: 0, type: "html", title: "Related Links", url: "http://go.maxthon.com/startpage/links/"},
// {col: 1, type: "feed", url: "http://blogs.msdn.com/ie/rss.xml"}
//];
//
//maxStartPage.test.userFeeds = "IEBlog=http://blogs.msdn.com/ie/rss.xml$,$"+
// "Sina News=http://rss.sina.com.cn/news/marquee/ddt.xml$,$"+
// "AntiWave.net=http://www.antiwave.net/index.xml";"/>

傲游起始页为什么用IE打不开?

发布时间:2024-05-16 02:42 发布:上海旅游网

问题描述:

傲游1.x的起始页,共有1个htm,5个js

我想仿照这个样式做出个网页来,我简单修改一下这几个文件发现用IE无法正常打开,这是为什么呢?

以下是config.js的代码,大家帮忙分析下吧

// CSS Files to Include
maxStartPage.cssFiles = [
["Ocean","css/ocean.css"],
["Forest","css/forest.css"]
];

// Column Count - Fixed for current version
maxStartPage.global.columnCount = 3;

// Default language data - English
maxStartPage.lang = {
"title": "呵呵n Start Page",
"subtitle": "Start Surfing the World from Here",
"search": "Search",
"hotfav": "Recent Favorites",
"html_content": "HTML Content",
"feed": "Feed",
"askforkeyword": "Please input a keyword",
"loading": "Loading...",
"load_error": "Load Error",
"parse_error": "Parse Error",
"no_content": "No Content",
"load_script_error": "Load Script Error",
"related_links": "Related Links"
};

// Data for Test & Debug - remove when release
//maxStartPage.test = {};
//
//maxStartPage.test.startTabs = [
// {type: "search", title: "Baidu Search", url: "http://www.baidu.com/baidu?tn=myie2dg&ie=utf-8&word=%s", "label": "Baidu Search: "},
// {type: "search", title: "Google Search", url: "http://www.google.com/search?q=%s", "label": "Google Search: "},
// {type: "iframe", title: "Maxthon Website", url: "http://www.maxthon.com/", "size": "99%*500"},
// {type: "script", title: "Script Test :: Localhost", url: "http://localhost/local_test/preloader.js", namespace: "testScript"},
// {type: "script", title: "Script Test :: Remote", url: "http://beta.maxthon.com/temp/preloader.js", namespace: "myScript"}
//];
//
//maxStartPage.test.startItems = [
// {col: 0, type: "internal", value: "lastvisit"},
// {col: 0, type: "html", title: $lang("related_links"), url: "http://gocn.maxthon.com/startpage/links/"},
// {col: 0, type: "html", title: "Related Links", url: "http://go.maxthon.com/startpage/links/"},
// {col: 1, type: "feed", url: "http://blogs.msdn.com/ie/rss.xml"}
//];
//
//maxStartPage.test.userFeeds = "IEBlog=http://blogs.msdn.com/ie/rss.xml$,$"+
// "Sina News=http://rss.sina.com.cn/news/marquee/ddt.xml$,$"+
// "AntiWave.net=http://www.antiwave.net/index.xml";

问题解答:

你这个问题的难度偏大,一般人不可能回答得出,如果遇不到网络编程技术高手的话,是很难解决的。如果没人回答又不想浪费资源的话,你把分给我我先说声谢谢了!^.^

热点新闻