社区
ASP
帖子详情
怎么在里加asp代码 在线等
MR丶CHAN
2009-06-25 02:06:10
<td ><%If CDbl(rss("公司存"))<=0 then response.write("<input name='checkbox' type='checkbox' disabled>") else response.write("<input type='checkbox' name='ck
<%=k%>
'>") End if%></td>
怎么在这里加asp代码呢(意思也就是获取k值)
...全文
54
5
打赏
收藏
怎么在里加asp代码 在线等
<%If CDbl(rss("公司存"))<=0 then response.write("") else response.write("<input type='checkbox' name='ck'>") End if%> 怎么在这里加asp代码呢(意思也就是获取k值)
复制链接
扫一扫
分享
转发到动态
举报
写回复
配置赞助广告
用AI写文章
5 条
回复
切换为时间正序
请发表友善的回复…
发表回复
打赏红包
MR丶CHAN
2009-06-25
打赏
举报
回复
[Quote=引用 3 楼 hongmaohouzi 的回复:]
<td > <%If CDbl(rss("公司存")) <=0 then response.write(" <input name='checkbox' type='checkbox' disabled>") else response.write(" <input type='checkbox' name='ck & <%=k%>'>") End if%> </td>
[/Quote] 你的有错
lzp4881
2009-06-25
打赏
举报
回复
<td >
<%
str1="<input name='checkbox' type='checkbox' disabled>"
str2="<input type='checkbox' name='ck" & k & "'>"
If CDbl(rss("公司存")) <=0 then
response.write str1
else
response.write str2
End if
%>
</td>
hongmaohouzi
2009-06-25
打赏
举报
回复
<td > <%If CDbl(rss("公司存")) <=0 then response.write(" <input name='checkbox' type='checkbox' disabled>") else response.write(" <input type='checkbox' name='ck & <%=k%>'>") End if%> </td>
shenzhenNBA
2009-06-25
打赏
举报
回复
怎么在这里加asp代码呢(意思也就是获取k值),
修改如下:
<td >
<%
If CDbl(rss("公司存")) <=0 then
response.write(" <input name='checkbox' type='checkbox' disabled>")
else
response.write(" <input type='checkbox' name='ck
" & k & "
'>")
End if
%>
</td>
number123456
2009-06-25
打赏
举报
回复
<td > <%If CDbl(rss("公司存")) <=0 then response.write(" <input name='checkbox' type='checkbox' disabled>") else response.write(" <input type='checkbox' name=
'ck "&k&"'>")
End if%> </td>
iu
put_file.html
- 新建一个文本输入框`<input type="text"/>` 和 一个按钮 `<input type="button"/>` - 通过 JS 绑定事件,当点击按钮的时候,触发 input file 点击事(虽然看不见,但是不影响事件的触发),然后将file的文件名 ...
SAP Batch
Iu
put
使用CALL TRANSACTION语句调用事务
代码
"VA42",传入BDC表t_bdc,指定运行模式(如后台性能模式,本地更新等),并将所有消息记录在t_bdcmsg中。 6. **收集系统信息** 读取t_bdcmsg表以获取操作结果。如果发生错误...
js事件触发大全
5. **兼容性考虑**:确保
代码
在不同浏览器版本中的表现一致。 通过上述介绍,我们对JavaScript中常用的事件有了更深入的理解。合理运用这些事件可以帮助开发者创建更加丰富、交互性强的应用程序。
Python fileinput模块使用实例
与传统的文件操作方式相比,`fileinput` 模块提供了更高级的功能,如自动处理文件结束、文件切换通知等。 #### 二、fileinput模块介绍 `fileinput` 模块的核心功能是在多个文件上提供类似于文件迭代器的行为。它...
cursor:hand与cursor:pointer的区别介绍
在网页设计中,光标的外观可以通过CSS中的cursor属性进行设置,以提供给用户不同的交互暗示。在早期的CSS1中,有两个特别常见的光标值:cursor:hand和cursor:pointer。尽管它们在视觉上看起来相似,即当鼠标悬停在...
ASP
28,406
社区成员
356,946
社区内容
发帖
与我相关
我的任务
ASP
ASP即Active Server Pages,是Microsoft公司开发的服务器端脚本环境。
复制链接
扫一扫
分享
社区描述
ASP即Active Server Pages,是Microsoft公司开发的服务器端脚本环境。
社区管理员
加入社区
获取链接或二维码
近7日
近30日
至今
加载中
查看更多榜单
社区公告
暂无公告
试试用AI创作助手写篇文章吧
+ 用AI写文章