Urgent!!! how can the information be editable?

hnalbert 2000-07-11 11:07:00
if we use
response.write rs("name")
to display the query result on the web page, we can not edit it.If we can let the query result display in a input, we then can edit it. I have tried this method:
<%
username=rs("name")
%>
<input name="name" value="<% =firs%>" size="16">

but it failed. How can we do it?


...全文
84 2 打赏 收藏 转发到动态 举报
写回复
用AI写文章
2 条回复
切换为时间正序
请发表友善的回复…
发表回复
TopHead 2000-07-11
  • 打赏
  • 举报
回复
<%
username=rs("name")
%>
<input name="name" value="<%= username%>" size="16">

肯定不会有问题的:)

如果有问题,说说错误信息。
hnalbert 2000-07-11
  • 打赏
  • 举报
回复
Yes, it works well.

28,390

社区成员

发帖
与我相关
我的任务
社区描述
ASP即Active Server Pages,是Microsoft公司开发的服务器端脚本环境。
社区管理员
  • ASP
  • 无·法
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧