用户登录
用户注册

分享至

如何处理包含javascript语句时的间隔符?

  • 作者: 医穴淋床叫兽
  • 来源: 51数据库
  • 2020-08-06

 struserlist = struserlist & "<a onclick=" & chr(34) &_

"sendmsg('" & usernick & "');return false;" & chr(34) &_

" class='l_line'><span class=lineinfo>" & usernick & "</span></a>"

' StrUserList字串被赋值给另一个页面上的一个表单中隐藏文本单元.

if (top.LineInfo.document.forms.length == 1)

{

 top.LineInfo.document.forms[0].userlist.value = "<% =GetAppUserList() %>";

 if (top.MainFrame.mylayer != null)

 top.MainFrame.ShowLineInfo();

}

在主页帧中显示:

function ShowLineInfo()

{

 var userlist;

 if (top.LineInfo.document.forms.length == 1)

 userlist = top.LineInfo.document.forms[0].userlist.value

 else

 userlist = "<span class='lineinfo'>欢迎光临闪亮日子之春风精彩!</span>";

 userlist = userlist + " <a =path %>/listuser.asp'>" +

    "<span class='lineinfo'>显示列表</span></a><a onclick='top.RefFrame.location=" +

  ""<% =path %>/refresh.asp?stat=manu"'><span class='lineinfo'> 刷新</span></a>";

if (mylayer != null)

{

  mylayer.innerhtml = "";

  mylayer.filters[0].Apply();

  mylayer.innerhtml = userlist

  mylayer.filters[0].Play();

}

}

软件
前端设计
程序设计
Java相关