如何處理包含javascript語(yǔ)句時(shí)的間隔符?
struserlist = struserlist & "<a href='#' onclick=\" & chr(34) &_
"sendmsg('" & usernick & "');return false;\" & chr(34) &_
" class='l_line'><span class=lineinfo>" & usernick & "</span></a>"
' StrUserList字串被賦值給另一個(gè)頁(yè)面上的一個(gè)表單中隱藏文本單元.
if (top.LineInfo.document.forms.length == 1)
{
top.LineInfo.document.forms[0].userlist.value = "<% =GetAppUserList() %>";
if (top.MainFrame.mylayer != null)
top.MainFrame.ShowLineInfo();
}
在主頁(yè)幀中顯示:
function ShowLineInfo()
{
var userlist;
if (top.LineInfo.document.forms.length == 1)
userlist = top.LineInfo.document.forms[0].userlist.value
else
userlist = "<span class='lineinfo'>歡迎光臨閃亮日子之春風(fēng)精彩!</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();
}
}
相關(guān)文章
怎樣避免直接在地址欄敲入U(xiǎn)RL即可繞過(guò)登錄頁(yè)的錯(cuò)誤?
怎樣避免直接在地址欄敲入U(xiǎn)RL即可繞過(guò)登錄頁(yè)的錯(cuò)誤?...2006-11-11為什么用磁盤序列號(hào)加密過(guò)的代碼不能被復(fù)制安裝?
為什么用磁盤序列號(hào)加密過(guò)的代碼不能被復(fù)制安裝?...2006-11-11