我用别人的JS,传到空间,做的模版也可以用,但就是不知道怎么在JS中加入科汛官方自带的顶部频道导航标签,,请那位好心的大哥指点,也做个例子出来,,JS代码如下
document.writeln(" <TBODY>");
document.writeln(" <TR height=22>");
document.writeln(" <TD width=\"100%\">");
document.writeln(" <TABLE height=82 cellSpacing=0 cellPadding=0 width=\"98%\" align=center ");
document.writeln(" bgColor=#dc1212 border=0>");
document.writeln(" <TBODY>");
document.writeln(" <TR>");
document.writeln(" <TD vAlign=top align=left width=39 height=82><IMG height=53 ");
document.writeln(" src=\"Skin/Skin1\/index_13.gif\"");
document.writeln(" width=39><\/TD>");
document.writeln(" <TD vAlign=top align=left width=737>");
document.writeln(" <TABLE height=2 cellSpacing=0 cellPadding=0 width=\"100%\" border=0>");
document.writeln(" <TBODY>");
document.writeln(" <TR>");
document.writeln(" <TD bgColor=#ffffff><\/TD><\/TR><\/TBODY><\/TABLE>");
document.writeln(" <TABLE cellSpacing=0 cellPadding=0 width=\"100%\" border=0>");
document.writeln(" <TBODY>");
document.writeln(" <TR>");
document.writeln(" <TD height=5><\/TD><\/TR><\/TBODY><\/TABLE>");
document.writeln(" <TABLE height=13 width=\"99%\" bgColor=#dd1313>");
document.writeln(" <TBODY>");
document.writeln(" <TR>");
document.writeln(" <TD height=13><SPAN class=whitetext><B><font color=\"#FFFFFF\">源码下载:<\/font><\/B><\/SPAN> ");
document.writeln(" <A ");
document.writeln(" class=navbar ");
document.writeln(" href=\"\/Soft\/1\/\">ASP 源码<\/A> <FONT color=#000000>|<\/FONT> ");
document.writeln(" <A class=navbar ");
document.writeln(" href=\"\/Soft\/20\/\">PHP 源码<\/A> <FONT color=#000000>|<\/FONT> ");
document.writeln(" <A class=navbar ");
document.writeln(" href=\"\/Soft\/77\/\">.NET源码<\/A> <FONT color=#000000>|<\/FONT> ");
document.writeln(" <A class=navbar ");
document.writeln(" href=\"\/Soft\/58\/\">JSP 源码<\/A> <FONT color=#000000>|<\/FONT> ");
document.writeln(" <A class=navbar ");
document.writeln(" href=\"\/Soft\/39\/\">CGI 源码<\/A> <FONT color=#000000>|<\/FONT> ");
document.writeln(" <A class=navbar ");
document.writeln(" href=\"\/Article\/268\/\">网页特效<\/A> <FONT color=#000000>|<\/FONT> ");
document.writeln(" <A class=navbar ");
document.writeln(" href=\"\/Soft\/96\/\">网页模板<\/A> <FONT color=#000000>|<\/FONT> ");
document.writeln(" <A class=navbar ");
document.writeln(" href=\"\/Soft\/104\/\">服务器类<\/A> <FONT color=#000000>|<\/FONT> ");
document.writeln(" <A class=navbar ");
document.writeln(" href=\"\/Soft\/134\/\">教程下载<\/A> <FONT color=#000000>|<\/FONT> ");
document.writeln(" <A class=navbar ");
document.writeln(" href=\"\/Article\/488\/index.html\">QQ频道<\/A><\/TD>");
document.writeln(" <\/TR><\/TBODY><\/TABLE>");
document.writeln(" <TABLE height=13 bgColor=#ec5a5a>");
document.writeln(" <TBODY>");
document.writeln(" <TR>");
document.writeln(" <TD height=13><SPAN class=whitetext><B><font color=\"#FFFFFF\">软件下载:<\/font><\/B><\/SPAN> ");
document.writeln(" <A ");
document.writeln(" class=navbar ");
document.writeln(" href=\"\/Soft\/115\/121\/index.html\">编程开发<\/A> ");
document.writeln(" <FONT color=#000000>|<\/FONT> <A class=navbar ");
document.writeln(" href=\"\/Soft\/115\/116\/index.html\">网页编辑<\/A> ");
document.writeln(" <FONT color=#000000>|<\/FONT> <A class=navbar ");
document.writeln(" href=\"\/Soft\/115\/118\/\">网页辅助<\/A> <FONT color=#000000>|<\/FONT> ");
document.writeln(" <A class=navbar ");
document.writeln(" href=\"\/Soft\/115\/117\/\">图形图像<\/A> <FONT color=#000000>|<\/FONT> ");
document.writeln(" <A class=navbar ");
document.writeln(" href=\"\/Soft\/115\/124\/\">媒体播放<\/A> ");
document.writeln(" <FONT color=#000000>|<\/FONT> <A class=navbar ");
document.writeln(" href=\"\/Soft\/115\/120\/index.html\">压缩解压<\/A> ");
document.writeln(" <FONT color=#000000>|<\/FONT> <A class=navbar ");
document.writeln(" href=\"\/Soft\/115\/122\/index.html\">杀毒安全<\/A> ");
document.writeln(" <FONT color=#000000>|<\/FONT> <A class=navbar ");
document.writeln(" href=\"\/Soft\/115\/126\/index.html\">主页浏览<\/A> ");
document.writeln(" <FONT color=#000000>|<\/FONT> <A class=navbar ");
document.writeln(" href=\"\/Soft\/115\/119\/index.html\">上传下载<\/A> ");
document.writeln(" <FONT color=#000000>|<\/FONT> <A class=navbar ");
document.writeln(" href=\"\/Soft\/115\/128\/index.html\">光盘工具<\/A><\/TD>");
document.writeln(" <\/TR><\/TBODY><\/TABLE>");
document.writeln(" <TABLE height=13 bgColor=#dd1313>");
document.writeln(" <TBODY>");
document.writeln(" <TR>");
我就是想软件下载,下面的代码,这里换成连接顶部频道导航标签,要如何修改,请大哥教教我,做垃圾菜鸟真不容易啊