2006-9-20 21:13
路人甲
JSP高手帮解决下一个问题
好不容易配置好了JSP环境(win2003+jdk1.5+resin2.1+iis6.0)
以为是数据库原因,可是出现的都是些代码问题哦
JSP我是完全不懂,请高手指点.谢谢
错误如下
[code]500 Servlet Exception
Note: sun.tools.javac.Main has been deprecated.
/index.jsp:107: ';' expected.
set rst=server.createobject("adodb.recordset")
^
/index.jsp:111: '(' expected.
do while not rst.eof
^
/index.jsp:118: '(' expected.
if i mod 2=0 then Response.write " "
^
/index.jsp:130: '(' expected.
do while not rst.eof
^
/index.jsp:137: '(' expected.
if i mod 2=0 then Response.write " "
^
/index.jsp:150: '(' expected.
do while not rst.eof
^
/index.jsp:157: '(' expected.
if i mod 2=0 then Response.write " "
^
/index.jsp:169: '(' expected.
[/code]