浏览主站 | 站长合租 | 新闻资讯 | 站长学院 | 站长盈利 | HTML教程 | 网址导航 | 站长周刊 | 会员投稿 | 滚动新闻 | RSS
发新话题
打印

[代码问题] 大家看看这个JS代码有什么问题呢?

大家看看这个JS代码有什么问题呢?

总提示网页上有错误,而且静态文章页面无法调用!

document.writeln("<head>");
document.writeln("<LINK href=\"yes2.css\" type=text\/css rel=stylesheet>");
document.writeln("<title>加入本站的友情连接<\/title>");
document.writeln("<style type=\"text\/css\">");
document.writeln("<!--");
document.writeln(".STYLE2 {font-size: 14px}");
document.writeln("-->");
document.writeln("<\/style>");
document.writeln("<\/head>");
document.writeln("");
document.writeln("");
document.writeln("");
document.writeln("");
document.writeln("<center>");
document.writeln("  <TABLE cellSpacing=0 cellPadding=0 width=911 align=center bgColor=#ffffff border=0>");
document.writeln("    <TBODY>");
document.writeln("      <TR>");
document.writeln("        <TD>");
document.writeln("      <HR>    <\/TD><\/TR>");
document.writeln("  <TR>");
document.writeln("  <TD align=center><table width=\"911\" height=\"44\" border=\"0\" cellspacing=\"0\">");
document.writeln("    <tr>");
document.writeln("      <td height=\"29\" background=\"http:\/\/www.0718car.com\/images\/tit_bg1.gif\"><strong>  <span class=\"STYLE2\">合作伙伴\/友情链接<\/span><\/strong><\/td>");
document.writeln("    <\/tr>");
document.writeln("    <tr>");
document.writeln("      <td height=\"15\">");
document.writeln("        <div align=\"center\">");
document.writeln("          <center>");
document.writeln("            <table width=\"911\" height=\"31\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">");
document.writeln("              <tr>");
document.writeln("                <td><table width=\"913\" height=\"24\" border=\"0\" cellspacing=\"0\">");
document.writeln("                  <tr>");
document.writeln("                    <td><iframe src=link\/link.asp width=900 height=100 frameborder=\"0\" style=\"border:0px;\" scrolling=\"no\"><\/iframe>");
document.writeln("<br \/><\/td>");
document.writeln("                  <\/tr>");
document.writeln("                <\/table><\/td>");
document.writeln("              <\/tr>");
document.writeln("            <\/table>");
document.writeln("            <table cellspacing=\"0\" cellpadding=\"0\" width=\"911\" align=\"center\" bgcolor=\"#ffffff\" border=\"0\">");
document.writeln("              <tbody>");
document.writeln("                <tr>");
document.writeln("                  <td><hr \/>                  <\/td>");
document.writeln("                <\/tr>");
document.writeln("                <tr>");
document.writeln("                  <td align=\"center\">  ");
document.writeln("                    <a class=\"list\" href=\"\/about\/?Para=Intro\" target=\"_blank\">关于我们<\/a> ┊ <a class=\"list\" href=\"\/about\/?Para=Contact\" target=\"_blank\">联系方式<\/a> ┊ <a class=\"list\" href=\"\/about\/?Para=Job\" target=\"_blank\">招贤纳士<\/a> ┊ <a class=\"list\" href=\"\/about\/?Para=AdService\" target=\"_blank\">广告服务<\/a> ┊ <a class=\"list\" href=\"\/about\/?Para=Cooperate\" target=\"_blank\">合作伙伴<\/a> ┊ <a class=\"list\" href=\"\/so\/Suggestion.asp\" target=\"_blank\"> 留言\/投诉<\/a> ┊");
document.writeln("                    <script language=\'JavaScript\' src=\'http:\/\/s44.cnzz.com\/stat.php?id=604057&web_id=604057\' type=\"text\/javascript\" charset=\'gb2312\'><\/script>");
document.writeln("                    <a class=\"list\" href=\"http:\/\/www.0718car.com\/link\/index.asp\" target=\"_blank\">申请连接<\/a><\/td><\/tr>");
document.writeln("                <tr>");
document.writeln("                  <td height=\"2\" align=\"middle\"><\/td>");
document.writeln("                <\/tr>");
document.writeln("                <\/tbody>");
document.writeln("              <\/table>");
document.writeln("          <\/center>");
document.writeln("        <\/div><\/td>");
document.writeln("    <\/tr>");
document.writeln("  <\/table>");
document.writeln("    <table width=\"911\" border=\"0\">");
document.writeln("      <tr>");
document.writeln("        <td> <\/td>");
document.writeln("      <\/tr>");
document.writeln("      <tr>");
document.writeln("        <td><div align=\"center\">恩施汽车网 版权所有<br \/>");
document.writeln("          客服:0718-8430089 广告业务:0718-8430089 E-mail:<A href="mailto:server@0718car.com
server@0718car.com<br \/>");
document.writeln("          Copyright <span class=\"STYLE2\">©<\/span>   2008 0718car.com All rights reserved.<\/div><\/td>");
document.writeln("      <\/tr>");
document.writeln("      <tr>");
document.writeln("        <td> <\/td>");
document.writeln("      <\/tr>");
document.writeln("    <\/table>     <\/TD>");
document.writeln("  <\/TR>");
document.writeln("  <TR>");
document.writeln("  <TD height=\"2\" align=middle><\/TD>");
document.writeln("  <\/TR><\/TBODY><\/TABLE>");
document.writeln("<\/center>");
document.writeln("");

TOP

没什么错误提示吗?贴出来啊。
个人意见
你这个html结束的符号是:<\/table><\/td>
应该是:</table></td>才对啊。

你替换一下试试。

TOP

document.writeln("          客服:0718-8430089 广告业务:0718-8430089 E-mail:<A href="mailto:server@0718car.com
server@0718car.com<br \/>");

上面代码改成
document.writeln("          客服:0718-8430089 广告业务:0718-8430089 E-mail:<A href=\"[email=server@0718car.com\]mailto:server@0718car.com\">server@0718car.com<\/a[/email]>");

[ 本帖最后由 abdotnet 于 2007-9-12 10:25 编辑 ]

TOP

回复 2楼 的帖子

论坛发布代码怎么显示会改动?我上面的怎么多了 [email=  和 [/emal]

所以只能打了个包

[ 本帖最后由 abdotnet 于 2007-9-12 10:37 编辑 ]

附件

(208 Bytes)

2007-9-12 10:29, 下载次数: 3

(7.96 KB)

2007-9-12 10:37

未命名-1.gif

TOP

document.writeln("          客服:0718-8430089 广告业务:0718-8430089 E-mail:<A href=\"mailto:server@0718car.com\">server@0718car.com<\/a>");

TOP

发新话题