我是靠谱客的博主 自然小猫咪,这篇文章主要介绍如何处理包含javascript语句时的间隔符?,现在分享给大家,希望可以做个参考。

 struserlist = struserlist & "<a href='#' 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 href='<% =path %>/listuser.asp'>" +

    "<span class='lineinfo'>显示列表</span></a><a href='#' 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();

}

}

最后

以上就是自然小猫咪最近收集整理的关于如何处理包含javascript语句时的间隔符?的全部内容,更多相关如何处理包含javascript语句时内容请搜索靠谱客的其他文章。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(178)

评论列表共有 0 条评论

立即
投稿
返回
顶部