01.
ASP的判断语句请教<% set rs=server.createobject("adodb.recordset") sql="select * from store" rs.open sql,conn,1,1 do while not rs.eof if rs("number")<rs("min") thenresponse.Write "<script language=javascript&g...查看完整版>>
ASP的判断语句请教
02.
asp判断语句求解决改过了,赶快试试吧<% dim name,zsbh name=request("nam") zsbh=request("bh") set conn=server.Createobject("ADODB.Connection") conn.open "Provider=Microsoft.Jet.Oledb.4.0;data source="&server.MapPath("...查看完整版>>
asp判断语句求解决
03.
asp判断语句问题,急!求高手记得前面已经答过这题了啊?str1="select * from zc where NAME='"&name&"' and ZSBH='"&zsbh&"'" <%if rs("NAME")="&name&" And rs("ZSBH")="&zsbh&" then你在sql语句里已经同样的条件过滤了。完了你又来判断?不...查看完整版>>
asp判断语句问题,急!求高手
04.
帮我看一下这段asp判断语句的问题!!急!改为if lcase(right(file.filename,3))<>"gif" and lcase(right(file.filename,3))<>"jpg" then response.Write right(file.filename,3) response.Write "不能上传除jpg、gif之外的文件!" response.End...查看完整版>>
帮我看一下这段asp判断语句的问题!!急!
05.
一个ASP的判断语句<a href="qc_disp.asp?id=<%=rs("id")%>" target="_blank"><img src="<% if rs("pic")="" thenresponse.write "pic/1.gif"elseresponse.write rs("pic")end if%>" width="100" height="100" bo...查看完整版>>
一个ASP的判断语句
06.
关于asp里VB的判断语句<script LANGUAGE=javascript> function check() { if (document.Form1.user.value == ) { alert(请填写您的用户名!); document.Form1.user.focus (); return (false); } var filter=/^\s*[.A-Za-z0-9_-]{5,...查看完整版>>
关于asp里VB的判断语句
07.
asp数据库查询判断语句if isnull(rs(user))=false then 这句中user应该加双引号if isnull(rs("user"))=false then 还有Response.redirect(index1.htm) 这句的index1.htm是不是也要加双引号?Response.redirect "index1.htm"...查看完整版>>
asp数据库查询判断语句
08.
头都大了,跪求ASP中一个判断语句没有更简单的方法了,一个一个的判断,算法如下:'首先初始化条件变量cond="where 1=1"if type<>"" then cond=cond&" and type='"&type&"'"if area<>"" then cond=cond&" and area='"&area&"'"if id<...查看完整版>>
头都大了,跪求ASP中一个判断语句
09.
关于ASP的判断语句问题<%set rs=server.CreateObject("adodb.recordset") sql="select * from yd_aaa where url like '%www%'" rs.open sql,conn,3,1 if not rs.eof thena=a+1%> <td>aaa=<%=a%></td> <%elseb=...查看完整版>>
关于ASP的判断语句问题
10.
关于ASP的判断语句if not rs.eof then sql="update store set number=number+"&request("use_num")&",price="&request("use_price")&" where class='"&trim(request("d_position1"))&"' and nun='"&trim(request("nun"))&"' and pinmi...查看完整版>>
关于ASP的判断语句
免责声明:本文为网络用户发布,其观点仅代表作者个人观点,与本站无关,本站仅提供信息存储服务。文中陈述内容未经本站证实,其真实性、完整性、及时性本站不作任何保证或承诺,请读者仅作参考,并请自行核实相关内容。