首页|操作系统|软件开发|网页制作|媒体动画|数据库|ASP教程|ASP.NET教程|PHP教程|JSP教程|XML教程|建站资料|软件学院|行业资讯|平面设计|网络安全|晒IT论坛|IT人才
  位置: 晒IT >> ASP教程 >> ASP高级教程 >> 正文
 
 
ASP+JS时的符号处理
ASP+JS时的符号处理
 
 
在asp中basic语句中的字符串中包含js语句,这时处理起间隔符这特殊的符号确实是件麻烦事,苦于找不到相应的资料,一时
间头痛万分.现在好了,总算让我想到了解决的办法,原来我这么"后知后觉"啊,呵呵.

struserlist = struserlist & "<a href='#' onclick=\" & chr(34) &_
"sendmsg('" & usernick & "');return false;\" & chr(34) &_
" class='l_line'><span class=lineinfo>" & usernick & "</span>[/URL]"


呵呵,还没写完,续上:

上面的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'>Welcome to WWW.jsJ02.NET!</span>";
userlist = userlist + " <a href='<% =path %>/listuser.asp'>" +
"<span class='lineinfo'>显示列表</span>[/URL]<a href='#' onclick='top.RefFrame.location=" +
""<% =path %>/refresh.asp?stat=manu"'><span class='lineinfo'> 刷新</span>[/URL]";
if (mylayer != null)
{
mylayer.innerHTML = "";
mylayer.filters[0>.Apply();
mylayer.innerHTML = userlist
mylayer.filters[0>.Play();
}
}


mostone ( 2001-7-12 9:50:14 )

呵呵,还没写完,续上:

上面的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'>Welcome to WWW.jsJ02.NET!</span>";
userlist = userlist + " <a href='<% =path %>/listuser.asp'>" +
"<span class='lineinfo'>显示列表</span>[/URL]<a href='#' onclick='top.RefFrame.location=" +
""<% =path %>/refresh.asp?stat=manu"'><span class='lineinfo'> 刷新</span>[/URL]";
if (mylayer != null)
{
mylayer.innerHTML = "";
mylayer.filters[0>.Apply();
mylayer.innerHTML = userlist
mylayer.filters[0>.Play();
}
}
  • 上一篇: Rsa算法
  • 下一篇: 随机产生用户密码
  •  告诉好友  打印此文 关闭窗口 返回顶部
     
    热点文章
     
     
    推荐文章
     
     
    相关文章

    | 设为首页 | 加入收藏 | 联系我们 | 友情链接 | 诚聘英才 |
    Copyright© 2008 ShaiIT.Com .All Rights Reserved
    下载alexa工具,提升您的网站排名