未结束的字符串常量
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default4.aspx.cs" Inherits="Default4" %><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title>无标题页</title>
</head>
<body>
<form id="form1" runat="server">
<div>
<table>
<tr>
<th>个人信息</th>
</tr>
<tbody>
<tr><script type="text/javascript" src="Data/Login/loginlog.ashx"></script></tr>
</tbody>
</table>
</div>
</form>
</body>
</html>
出现的错误提示:
脚本错误
当前页面的脚本发生错误
行: 1
char: 185
错误:未结束的字符串常量
代码:0
--------------------编程问答-------------------- 这里是可能的原因,自己看看 --------------------编程问答-------------------- loginlog.ashx 有错 --------------------编程问答-------------------- 把Data/Login/loginlog.ashx中的js代码直接放到页面里试试 --------------------编程问答-------------------- 得跟踪一下 --------------------编程问答-------------------- Data/Login/loginlog.ashx这个里面有问题,你可以把他去掉试试 --------------------编程问答-------------------- http://dev.firnow.com/course/4_webprogram/webjis/20100713/434250.html
补充:.NET技术 , C#