易截截图软件、单文件、免安装、纯绿色、仅160KB

asp 语法问题 - Web 开发 / ASP

VBScript code:

if td>5 then response.write"</tr>":td=1:thebbslink2=thebbslink2&"</tr>"
rs.movenext
loop
application(prefix&"thebbslink")=thebbslink2
set rs=nothing
else
response.write""&thebbslink&""
end if


忘了说问题了,我的问题是:VB code:
if td>5 then response.write"</tr>":td=1:thebbslink2=thebbslink2&"</tr>"

这句的“:”是什么意思

就是换行的意思

if td>5 then 
response.write"</tr>"
td=1
thebbslink2=thebbslink2&"</tr>"


跟JAVA或JS等的分号一个意思;

引用
就是换行的意思

if td>5 then
response.write"</tr>"
td=1
thebbslink2=thebbslink2&amp;"</tr>"

此楼正解!


相关问答:

在asp.net里面脚本出错 - .NET技术 / ASP.NET

function CheckOpwd(){//验证用户名
var pwd=document.all.txtOpwd;

var div1=document.getElementById("divPwd");

if (pwd.value=="")
{
......

asp.net导出EXCEL问题! - .NET技术 / ASP.NET

C# code:

SqlConnection conn = CsDB.sqlcon();
SqlDataAdapter da = new SqlDataAdapter("select fwCoding from bjmuma_fwCoding where OrderNumber='" + Order + & ......

asp.net如何重启网站? - .NET技术 / ASP.NET

我用的是Godaddy的服务,使用
C# code:
HttpRuntime.UnloadAppDomain();
来重启程序会抛出异常,应该是权限不够,请教大家还有没有其他的办法?
using System.ServiceProcess;
  public void ResetAsp ......

ASP。net中怎么调用Com+组建 - .NET技术 / ASP.NET

C# code:

using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
using System.Runtime.InteropServices;
nam ......

ASP怎样实现关键字过滤? - Web 开发 / ASP

各位:我的论坛程序需要关键字过滤,请问这样的效果怎样实现呢?谁有源码贴一下,谢了。
用replace噻

<script language="javascript">
var x = "1,2,3,4312321aaa"
var j = x.repla ......
© 2009 ej38.com All Rights Reserved. 关于E健网联系我们 | 站点地图 | 赣ICP备09004571号