01.
急救asp!!在<%%>里用javascript脚本怎么提交id?response.write "window.document.location.href='show_all.asp?username="&username&"'"...查看完整版>>
急救asp!!在<%%>里用javascript脚本怎么提交id?
02.
ASP info.asp?id=<%=rs1("id")%>",info.asp?id=<%=rs1("id"),这不是赋值是什么?6是你的数据库里rs1("id")的值...查看完整版>>
ASP info.asp?id=<%=rs1("id")%>",
03.
<form method="post" action="editbook.asp?action=edit&id="<%=bookid%>>怎么和if语句对应起来bookid=request.QueryString("id")if request.QueryString("action") = "edit" and id=bookid then '这样就可以,变量不用使用QueryString读取'另外说一句,你这么写程序有SQL注入漏洞...查看完整版>>
<form method="post" action="editbook.asp?action=edit&id="<%=bookid%>>怎么和if语句对应起来
04.
<form method="post" action="editbook.asp?action=edit&id=<%=bookid%>">怎么和if语句对应起来<form method="post" action="editbook.asp?action=edit&id=<%=bookid%>">这写的就不对。改为如下:<form method="post" action="editbook.asp?action=edit&id="<%=bookid %>>在editbook.as...查看完整版>>
<form method="post" action="editbook.asp?action=edit&id=<%=bookid%>">怎么和if语句对应起来
05.
把javascript脚本放到<html></html>后面有什么不利吗??个人认为是不会被执行滴,因为所有的HTML标记脚本都要放在<html></html>里的,javascript脚本的标记是<script>,放在<html></html>外面滴东西是不会被执行滴。javascript脚本最好是放在...查看完整版>>
把javascript脚本放到<html></html>后面有什么不利吗??
06.
JAVASCRIPT如何取得<h1 id=ab>djfa</h1>中的文本document.getElementById('ab').innerHTML...查看完整版>>
JAVASCRIPT如何取得<h1 id=ab>djfa</h1>中的文本
07.
xx.asp?id=<%xx%>怎样才能一次传递两个参数xinwen.asp?id=<%rs("id")%>&sort=<%=rs("sort")%>...查看完整版>>
xx.asp?id=<%xx%>怎样才能一次传递两个参数
08.
asp查询语句where id<>1 and id<>2 and id<>3...有很多的and会影响效率吗?太长的话,也使用IN吧,不过要在前面加上NOT如:where id NOT in(23,14,9,11) order by time desc...查看完整版>>
asp查询语句where id<>1 and id<>2 and id<>3...有很多的and会影响效率吗?
09.
在JavaScript中怎么获得一个<a>标签的href链接值呢?<a id="a1" onclick="theVar=this.href; alert(theVar); alert(typeof(theVar));return false;" href="">Anbert</a>...查看完整版>>
在JavaScript中怎么获得一个<a>标签的href链接值呢?
10.
asp <%@ Language=VBScript %>请高手帮我看看if语句怎么改?strSQL = "Select * from UserLogon Where UserName="&"'"&UserName&"'" &" AND password="&"'"&passPwd&"'" rst.open strSQL, my_conn if rst.EOF or rst.BOF then 改为strSQL = "Select * from UserLogon Where Us...查看完整版>>
asp <%@ Language=VBScript %>请高手帮我看看if语句怎么改?
免责声明:本文为网络用户发布,其观点仅代表作者个人观点,与本站无关,本站仅提供信息存储服务。文中陈述内容未经本站证实,其真实性、完整性、及时性本站不作任何保证或承诺,请读者仅作参考,并请自行核实相关内容。