我的英文站VBB3.5.4
我自己制作个首页,想把其中的栏目改成,
调用论坛里的贴子内容
但不知道怎么弄
谁有插件,或JS调用什么的
请讲详细点,我是初学者.
谢谢好心人
|
|
#4 (页面定位) |
![]() 注册日期: 2006-03-24
帖子: 5
![]() |
那个连接怎么访问不了,全是乱码
function thread(threadid, title, poster, threaddate, threadtime) { this.threadid = threadid; this.title = title; this.poster = poster; this.threaddate = threaddate; this.threadtime = threadtime; } var threads = new Array(15); threads[0] = new thread(20894, 'Drupal最近发生的两件大事', '老鬼', '2006-03-26', '12:20'); threads[1] = new thread(20893, '100M空间+100M邮局=800元', '我笑他人', '2006-03-26', '12:16'); threads[2] = new thread(20892, '新网com域名55元/年,cn50元/年', '我笑他人', '2006-03-26', '12:15'); threads[3] = new thread(20891, '关于表单', 'yqlb', '2006-03-26', '12:04'); threads[4] = new thread(20890, '谁能告诉我怎么发财?', '西子宜', '2006-03-26', '11:37'); threads[5] = new thread(20889, 'foosun access的数据可以转换成帝国 的吗?', 'cd98022', '2006-03-26', '11:20'); threads[6] = new thread(20888, '找人合租服务器,有人愿意的,请进来看看', 'mmz8', '2006-03-26', '10:56'); threads[7] = new thread(20887, 'http://www.vbulletin-chinese.org/', 'Blived', '2006-03-26', '10:56'); threads[8] = new thread(20886, '求助,帮忙看看这个是什么程序!', 'anguswu', '2006-03-26', '10:52'); threads[9] = new thread(20885, '新学php,请前辈帮忙查错', 'bbbear', '2006-03-26', '10:39'); threads[10] = new thread(20884, '如何提高alexa网站排名--我有绝招', 'jianyin', '2006-03-26', '10:28'); threads[11] = new thread(20883, '如何提高alexa网站排名--我有绝招', 'jianyin', '2006-03-26', '10:26'); threads[12] = new thread(20882, 'wc,这算不算帝国的一个bug..', '那一年', '2006-03-26', '10:04'); threads[13] = new thread(20881, '2006年 双线空间全面升级,速度快,稳定性强,在线促销活动~~~~~~!', 'tqzyn', '2006-03-26', '09:49'); threads[14] = new thread(20880, '双线空间===真假 ===之辩==需要了解的可以Come here~~~~', 'tqzyn', '2006-03-26', '09:47'); |
|
|
|