蓝森林首页 | 返回主页 | 本站地图 | 站内搜索 | 联系信箱 |
 您目前的位置:首页 > 自由软件 > 技术交流 > 应用编程


    

蓝森林 http://www.lslnet.com 2006年8月25日 8:28

[asp]input结合的语法问题

<input name="enter" type="button" onClick="javascript:void window.open('login.asp?d=" & <%session("test")%> & "','','height=715,width=1014,top=0,left=0, toolbar=no, menubar=no, scrollbars=no, resizable=no,location=no, status=no');window.opener=null;window.close();" value="test">

如何写出上边的语句。
我用了response.write,有问题啊
谢了

input结合的语法问题

<input name="enter" type="button" onClick="javascript:void window.open('login.asp?d=
<%
response.write session("test")
%>
','','height=715,width=1014,top=0,left=0, toolbar=no, menubar=no, scrollbars=no, resizable=no,location=no, status=no');window.opener=null;window.close();" value="test">

这样就不在同一行上了。




Copyright © 1999-2000 LSLNET.COM. All rights reserved. 蓝森林网站 版权所有。 E-mail : webmaster@lslnet.com