社区
ASP
帖子详情
怎样实现 response.write("
")? 主要是“%”的问题。
wflovemcx
2001-07-23 11:37:16
怎样实现 response.write("<table width=100%>")? 主要是“%”的问题。另外,请问可用分如何能转换成加得分,我只有这么几分了。谢谢!!!
...全文
135
5
打赏
收藏
怎样实现 response.write("<table width=100%>")? 主要是“%”的问题。
怎样实现 response.write("")? 主要是“%”的问题。另外,请问可用分如何能转换成加得分,我只有这么几分了。谢谢!!!
复制链接
扫一扫
分享
转发到动态
举报
AI
作业
写回复
配置赞助广告
用AI写文章
5 条
回复
切换为时间正序
请发表友善的回复…
发表回复
打赏红包
storm97
2001-07-23
打赏
举报
回复
100%\>
wflovemcx
2001-07-23
打赏
举报
回复
谢谢: WhiteRiver(白河) ,解决了,
另,我可以给的分,还不能多,现在可用分900,却只能加5分,为什么?
wflovemcx
2001-07-23
打赏
举报
回复
我试试
WhiteRiver
2001-07-23
打赏
举报
回复
response.write "<table width='100%'>"
孟子E章
2001-07-23
打赏
举报
回复
直接写不出来吗?在左边的系统功能里有
长途客运管理SQL+ASP
长途客运管理SQL+ASP
List Database for Deletion
<
table
border="1"
width
="600">
<% '
write
the column names of the database for each x in rs.Fields
response
.
write
("
" & ucase(x.name) & "
") next %>
<% do until rs.EOF %>
<% 'show the values of the MID column and create a button for the MID column for each x in rs.Fields if x.name="MID" then%>
<%else%>
<%
Response
.
Write
(x.value)%>
<%end if next %>
<%rs.MoveNext%>
<%loop%>
table
>
ASP代码教育网站模板
是职业教育,电脑学校好用的模板<
table
width
="
100
%" border="0" cellspacing="0" cellpadding="0" height="
100
%">
<
table
width
="560" height="290" background="images/error.gif" cellspacing="0" cellpadding="0" align="center">
<%
response
.
write
"提示:您没有注册或者没有登陆,请返回首页登陆或注册后再打开购物车
请您
返回首页
后登陆或注册" %>
table
>
table
>