标题:[求助]提示我语句未结束(LINE 28)
取消只看楼主
触电
Rank: 1
等 级:新手上路
威 望:1
帖 子:228
专家分:0
注 册:2006-7-26
 问题点数:0 回复次数:2 
[求助]提示我语句未结束(LINE 28)

<!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>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>无标题文档</title>
</head>

<body>

<%

name1=Array("靠左","居中","靠右")
str="文字"
name2=Array("left","middle","right")
n=ubound(name1)

for i=0 to n
if request("btn"&i)=name1(i) then
response.write "<font align="&name2(i)&">"&str&"</font>"
end if
next

%>

<form action="c10_7_4.asp" method="post">

<%
for i=0 to n
response.write "<input type=submit name=btn"&i&" value="name1(i)&">"
next
%>

</form>
</body>
</html>


搜索更多相关主题的帖子: LINE 语句 提示 结束 
2006-10-20 11:19
触电
Rank: 1
等 级:新手上路
威 望:1
帖 子:228
专家分:0
注 册:2006-7-26
得分:0 
哎...我总是那么粗心.......
2006-10-20 12:07
触电
Rank: 1
等 级:新手上路
威 望:1
帖 子:228
专家分:0
注 册:2006-7-26
得分:0 
我发觉我现在看的那本书不怎么样...你们2可不可以推荐我本好的呢?
我想再细化下对程序的理解
2006-10-20 12:09



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-97540-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.442393 second(s), 8 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved