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

所属分类: 网络编程 / 编程10000问 阅读数: 571
收藏 0 赞 0 分享

 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();

}

}

更多精彩内容其他人还在看

如何决定是否将登录内容保存到Cookie里?

如何决定是否将登录内容保存到Cookie里?
收藏 0 赞 0 分享

如何在ASP中恰当地运用Cookies?

如何在ASP中恰当地运用Cookies?
收藏 0 赞 0 分享

如何在Flash中处理Cookies?

如何在Flash中处理Cookies?
收藏 0 赞 0 分享

如何实现全文检索?

如何实现全文检索?
收藏 0 赞 0 分享

如何用FileSystemObject组件来做一个站内搜索?

如何用FileSystemObject组件来做一个站内搜索?
收藏 0 赞 0 分享

如何做一个文本搜索?

如何做一个文本搜索?
收藏 0 赞 0 分享

如何做一个只搜索本网站的引擎?

如何做一个只搜索本网站的引擎?
收藏 0 赞 0 分享

如何实现歌曲在线点播?

如何实现歌曲在线点播?
收藏 0 赞 0 分享

如何实现网上考试?

如何实现网上考试?
收藏 0 赞 0 分享

网上考试设计思路是怎样的?

网上考试设计思路是怎样的?
收藏 0 赞 0 分享
查看更多